Merge pull request #432 from lafka/lafka-cortex-makefile-relpath

Automatically resolve realpath of CONTIKI
This commit is contained in:
Simon Duquennoy 2018-05-04 21:55:37 +02:00 committed by GitHub
commit cc0ae54308
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,6 +49,8 @@ CFLAGS += -DCONTIKI_BOARD_$(TARGET_BOARD_UPPERCASE)=1
CFLAGS += -DCONTIKI_BOARD_STRING=\"$(BOARD)\"
endif
LDFLAGS = -Wl,--fatal-warnings
MODULES += os os/sys os/dev os/lib os/services
# Automatically include project-conf.h if found