mirror of https://github.com/F-Stack/f-stack.git
8 lines
118 B
Makefile
8 lines
118 B
Makefile
|
KSRC ?= /lib/modules/$(shell uname -r)/build
|
||
|
|
||
|
all:
|
||
|
make -C $(KSRC)/ M=$(CURDIR)
|
||
|
|
||
|
%:
|
||
|
make -C $(KSRC)/ M=$(CURDIR) $@
|