mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-18 01:11:32 +02:00
6 lines
170 B
Makefile
6 lines
170 B
Makefile
obj-m += ks7010.o
|
|
|
|
ccflags-y += -D_SDIO_ -DKS_WLAN_DEBUG=0
|
|
ks7010-y := michael_mic.o ks_hostif.o ks_wlan_net.o ks_debug.o \
|
|
ks7010_sdio.o ks7010_config.o
|