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:
parent
fc359cd9f4
commit
1a6ee4da25
8
dist/Makefile
vendored
8
dist/Makefile
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user