Skip to content

Commit

Permalink
Internal path correction by using TOSDIR variable
Browse files Browse the repository at this point in the history
  • Loading branch information
user authored and user committed Nov 30, 2015
1 parent d20e57f commit c4eb6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ CFLAGS+=-DDATARATE=50 -DMSG_POOL_SIZE=158 -DSINK_ADDRESS=1 -DCC2420_NO_ACKNOWLED
CFLAGS += -I$(TOSDIR)/lib/printf -DNEW_PRINTF_SEMANTICS -Ddebug_printf
BUILD_DEPS+=flocklab_embedded_image
SENSORBOARD=flocklab
PFLAGS+=-board=$(SENSORBOARD) -I../../tos/sensorboards/$(SENSORBOARD)
PFLAGS+=-board=$(SENSORBOARD) -I$(TOSDIR)/sensorboards/$(SENSORBOARD)
include $(MAKERULES)

flocklab_embedded_image: exe
Expand Down

0 comments on commit c4eb6ad

Please sign in to comment.