target/device/ARM: Don't override Config settings

Don't override board name/path with hardcoded values in Makefile.
This commit is contained in:
Peter Korsgaard 2008-04-06 08:08:07 +00:00
parent 6ddae853f4
commit 226a087e89
1 changed files with 2 additions and 3 deletions

View File

@ -1,8 +1,7 @@
ifeq ($(BR2_TARGET_ARM),y)
BOARD_NAME=arm
BR2_BOARD_PATH:=target/device/ARM
BOARD_PATH:=target/device/ARM
BOARD_NAME:=$(strip $(subst ",, $(BR2_BOARD_NAME)))
BOARD_PATH:=$(strip $(subst ",, $(BR2_BOARD_PATH)))
# These are set by Config.in
DOWNLOAD_LINUX26_VERSION:=$(strip $(subst ",, $(BR2_DOWNLOAD_LINUX26_VERSION)))