Fix minor bug.
Add draft of ac kernel module.
This commit is contained in:
13
src/ac/kmod/Makefile
Normal file
13
src/ac/kmod/Makefile
Normal file
@ -0,0 +1,13 @@
|
||||
KVERSION = $(shell uname -r)
|
||||
|
||||
obj-m += smartcapwap.o
|
||||
|
||||
smartcapwap-y := \
|
||||
main.o \
|
||||
netlinkapp.o
|
||||
|
||||
all:
|
||||
make -C /lib/modules/$(KVERSION)/build M="$(PWD)" modules
|
||||
|
||||
clean:
|
||||
make -C /lib/modules/$(KVERSION)/build M="$(PWD)" clean
|
Reference in New Issue
Block a user