- LINUX26_BINLOC is always defined in target/device/mips/Makefile.in, even for non...
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 22 Jun 2007 17:49:14 +0000 (17:49 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 22 Jun 2007 17:49:14 +0000 (17:49 -0000)
  Thanks to Julien Letessier for spotting my omission

target/device/mips/Makefile.in

index af8cf65ca61e8f7e99dbeac955c4d58c7a28e974..75db217331f5ad9a1f946b017acfff910a7aa6a5 100644 (file)
@@ -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