mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
tools/benchmark_udp: fix build
This commit is contained in:
parent
ea44b2ead7
commit
22f17abee0
2
dist/tools/benchmark_udp/Makefile
vendored
2
dist/tools/benchmark_udp/Makefile
vendored
@ -10,7 +10,7 @@ run:
|
|||||||
$(BINARY) :: 12345
|
$(BINARY) :: 12345
|
||||||
|
|
||||||
RIOTBASE:=../../..
|
RIOTBASE:=../../..
|
||||||
RIOT_INCLUDES=-I$(RIOTBASE)/core/include -I$(RIOTBASE)/sys/include
|
RIOT_INCLUDES=-I$(RIOTBASE)/core/lib/include -I$(RIOTBASE)/sys/include
|
||||||
SRCS:=$(wildcard *.c)
|
SRCS:=$(wildcard *.c)
|
||||||
$(BINARY): $(SRCS)
|
$(BINARY): $(SRCS)
|
||||||
$(CC) $(CFLAGS) $(CFLAGS_EXTRA) $(RIOT_INCLUDES) -I.. $(SRCS) -o $@
|
$(CC) $(CFLAGS) $(CFLAGS_EXTRA) $(RIOT_INCLUDES) -I.. $(SRCS) -o $@
|
||||||
|
Loading…
Reference in New Issue
Block a user