mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
tools/zep_dispatch: fixup core -> core/lib include path
This commit is contained in:
parent
f94d72b7fe
commit
36eaf6f6ea
2
dist/tools/zep_dispatch/Makefile
vendored
2
dist/tools/zep_dispatch/Makefile
vendored
@ -15,7 +15,7 @@ ZEP_PORT_BASE ?= 17754
|
||||
TOPOLOGY ?= network.topo
|
||||
GV_OUT ?= $(TOPOLOGY).gv
|
||||
|
||||
RIOT_INCLUDE += -I$(RIOTBASE)/core/include
|
||||
RIOT_INCLUDE += -I$(RIOTBASE)/core/lib/include
|
||||
RIOT_INCLUDE += -I$(RIOTBASE)/cpu/native/include
|
||||
RIOT_INCLUDE += -I$(RIOTBASE)/drivers/include
|
||||
RIOT_INCLUDE += -I$(RIOTBASE)/sys/include
|
||||
|
Loading…
Reference in New Issue
Block a user