1
0
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:
Kaspar Schleiser 2022-03-10 09:54:11 +01:00
parent f94d72b7fe
commit 36eaf6f6ea

View File

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