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:
commit
aaec333ca9
@ -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
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…
x
Reference in New Issue
Block a user