Skip to content

Commit 196fd0a

Browse files
Adapt path and app name in task-08 makefile
1 parent ac82549 commit 196fd0a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

task-08/Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
APPLICATION = ccn-lite-relay
1+
APPLICATION = Task08
22

33
# If no BOARD is found in the environment, use this default:
44
BOARD ?= native
55

6+
# This has to be the absolute path to the RIOT base directory:
7+
RIOTBASE ?= $(CURDIR)/../RIOT
8+
69
BOARD_WHITELIST := fox iotlab-m3 msba2 mulle native pba-d-01-kw2x samr21-xpro
710

811

0 commit comments

Comments
 (0)