1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 22:13:52 +01:00

added missing include to cc110x_ng

This commit is contained in:
Oleg Hahm 2013-07-24 00:00:03 +02:00
parent 33423cdadb
commit 222d34d8a5

View File

@ -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