Explorar o código

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

Don't override board name/path with hardcoded values in Makefile.
Peter Korsgaard %!s(int64=17) %!d(string=hai) anos
pai
achega
226a087e89
Modificáronse 1 ficheiros con 2 adicións e 3 borrados
  1. 2 3
      target/device/ARM/Makefile.in

+ 2 - 3
target/device/ARM/Makefile.in

@@ -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)))