mirror of
https://github.com/open-sdr/openwifi.git
synced 2024-12-20 14:13:18 +00:00
12 lines
220 B
Makefile
12 lines
220 B
Makefile
# by Xianjun jiao. putaoshu@msn.com; xianjun.jiao@imec.be
|
|
|
|
obj-m += xpu.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
|
|
|