mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-11-02 22:14:26 -05:00
8 lines
81 B
Makefile
8 lines
81 B
Makefile
obj-m := mmc.o
|
|
|
|
ifeq ($(MAKING_MODULES),1)
|
|
|
|
-include $(TOPDIR)/Rules.make
|
|
endif
|
|
|