Преглед на файлове

- LINUX26_BINLOC is always defined in target/device/mips/Makefile.in, even for non-mips
Thanks to Julien Letessier for spotting my omission

Bernhard Reutner-Fischer преди 18 години
родител
ревизия
7f9060242f
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      target/device/mips/Makefile.in

+ 2 - 0
target/device/mips/Makefile.in

@@ -1,3 +1,4 @@
+ifneq ($(findstring y,$(BR2_mips)$(BR2_mipsel)),)
 BR2_BOARD_PATH:=target/device/mips
 
 ifeq ($(strip $(BR2_PACKAGE_LINUX_KCONFIG)),)
@@ -20,3 +21,4 @@ ifndef LINUX26_BINLOC
 # mips32 has the vmlinux in the toplevel kernel build-tree.
 LINUX26_BINLOC=$(LINUX26_FORMAT)
 endif
+endif