mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-03 07:00:38 +02:00
6 lines
82 B
Makefile
6 lines
82 B
Makefile
|
obj-m := siit.o
|
||
|
ifeq ($(MAKING_MODULES),1)
|
||
|
-include $(TOPDIR)/Rules.make
|
||
|
endif
|
||
|
|