diff --git a/cpu/native/Makefile b/cpu/native/Makefile index b804fc8755..4b642a35e1 100644 --- a/cpu/native/Makefile +++ b/cpu/native/Makefile @@ -7,6 +7,7 @@ ifneq (,$(findstring rtc,$(USEMODULE))) endif ifneq (,$(findstring cc110x_ng,$(USEMODULE))) DIRS += cc110x_ng + INCLUDES += -I$(RIOTBASE)/drivers/cc110x_ng/include endif all: $(BINDIR)$(MODULE).a