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:
parent
33423cdadb
commit
222d34d8a5
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user