mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-19 13:44:05 +02:00
8 lines
81 B
Makefile
8 lines
81 B
Makefile
|
obj-m := mmc.o
|
||
|
|
||
|
ifeq ($(MAKING_MODULES),1)
|
||
|
|
||
|
-include $(TOPDIR)/Rules.make
|
||
|
endif
|
||
|
|