MODULE = cpu ifneq (,$(filter rtc,$(USEMODULE))) DIRS += rtc endif ifneq (,$(filter nativenet,$(USEMODULE))) DIRS += net endif include $(RIOTBASE)/Makefile.base INCLUDES = $(NATIVEINCLUDES)