1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 15:03:53 +01:00

Merge pull request #481 from OlegHahm/makefile_fixes

Makefile cosmetics
This commit is contained in:
Oleg Hahm 2014-01-09 06:01:40 -08:00
commit aaec333ca9
2 changed files with 5 additions and 5 deletions

View File

@ -26,6 +26,8 @@ else
endif
export AD
BOARD := $(strip $(BOARD))
# mandatory includes!
include $(RIOTBASE)/Makefile.modules
include $(RIOTBOARD)/$(BOARD)/Makefile.include

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