xref: /openwifi/driver/Makefile (revision 0dff97364345c71bf78e0ed0019e650f9ba413cc)
1# Xianjun jiao. [email protected]; [email protected]
2
3obj-m += sdr.o openofdm_rx/openofdm_rx.o openofdm_tx/openofdm_tx.o tx_intf/tx_intf.o rx_intf/rx_intf.o xpu/xpu.o
4
5all:
6	make -C $(KDIR) M=$(PWD) modules
7	# ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-
8
9clean:
10	rm -f *.ko *.o *.mod.o *.mod.c *.symvers *.order
11