1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cosmetics in dist Makefile

This commit is contained in:
Oleg Hahm 2014-01-08 16:46:46 +01:00
parent fc359cd9f4
commit 1a6ee4da25

8
dist/Makefile vendored
View File

@ -7,15 +7,13 @@
####
# name of your project
export PROJECT =foobar
export PROJECT = foobar
# for easy switching of boards
ifeq ($(strip $(BOARD)),)
export BOARD = native
endif
export BOARD ?= native
# this has to be the absolute path of the RIOT-base dir
export RIOTBASE =$(CURDIR)/../../RIOT
export RIOTBASE = $(CURDIR)/../../RIOT
# uncomment these lines if you want to use platform support from external
# repositories