8 lines
81 B
Makefile
8 lines
81 B
Makefile
|
obj-m := mmc.o
|
||
|
|
||
|
ifeq ($(MAKING_MODULES),1)
|
||
|
|
||
|
-include $(TOPDIR)/Rules.make
|
||
|
endif
|
||
|
|