瀏覽代碼

Use BOARD_PATH instead of BR2_BOARD_PATH for mips target

Ulf Samuelsson 17 年之前
父節點
當前提交
a53996b2a6
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      target/device/mips/Makefile.in

+ 3 - 1
target/device/mips/Makefile.in

@@ -1,9 +1,11 @@
 ifneq ($(findstring y,$(BR2_mips)$(BR2_mipsel)),)
 BR2_BOARD_PATH:=target/device/mips
+BOARD_PATH:=target/device/mips
+
 
 ifeq ($(strip $(BR2_PACKAGE_LINUX_KCONFIG)),)
 ifndef LINUX26_KCONFIG
-LINUX26_KCONFIG=$(BR2_BOARD_PATH)/linux26.config
+LINUX26_KCONFIG=$(BOARD_PATH)/linux26.config
 endif
 else
 LINUX26_KCONFIG=$(strip $(BR2_PACKAGE_LINUX_KCONFIG))