openwifi/driver/tx_intf/Makefile

10 lines
220 B
Makefile
Raw Normal View History

2019-12-10 13:03:47 +00:00
# by Xianjun jiao. putaoshu@msn.com; xianjun.jiao@imec.be
obj-m += tx_intf.o
all:
make -C $(KDIR) M=$(PWD) modules ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-
clean:
rm -f *.ko *.o *.mod.o *.mod.c *.symvers *.order