mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-09 23:12:06 -03:30
7 lines
173 B
Makefile
7 lines
173 B
Makefile
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
|