Makefile 240 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 14 MODULE =cpu include $(RIOTCPU)/$(CPU)/Makefile.include DIRS = $(RIOTCPU)/arm7_common periph ifneq (,$(filter mci,$(USEMODULE))) DIRS += mci endif ifneq (,$(filter i2c,$(USEMODULE))) DIRS += i2c endif include $(RIOTBASE)/Makefile.base