mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-15 00:02:11 -05:00
6 lines
82 B
Makefile
6 lines
82 B
Makefile
obj-m := siit.o
|
|
ifeq ($(MAKING_MODULES),1)
|
|
-include $(TOPDIR)/Rules.make
|
|
endif
|
|
|