move kmod to top level directory

This commit is contained in:
Andreas Schultz
2016-08-23 08:57:55 +02:00
parent 7bb46f9927
commit f4a2bae666
14 changed files with 12 additions and 3 deletions

9
kmod/Makefile Normal file
View File

@ -0,0 +1,9 @@
obj-m += smartcapwap.o
smartcapwap-y := \
main.o \
netlinkapp.o \
capwap.o \
capwap_private.o
CFLAGS_capwap.o = -I$(src)