mirror of
https://github.com/open-sdr/openwifi.git
synced 2024-12-30 02:29:14 +00:00
10 lines
213 B
Makefile
10 lines
213 B
Makefile
|
# Xianjun jiao. putaoshu@msn.com; xianjun.jiao@imec.be
|
||
|
|
||
|
obj-m += sdr.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
|