keycloak-scim/.github/fake_fips/Makefile

7 lines
173 B
Makefile
Raw Normal View History

obj-m = fake_fips.o
KVERSION = $(shell uname -r)
all:
make -C /lib/modules/$(KVERSION)/build M=$(PWD) modules
clean:
make -C /lib/modules/$(KVERSION)/build M=$(PWD) clean