diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-06-23 22:57:54 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-06-23 22:57:54 +0200 |
commit | 4aeb8c851ac1952908ec1b89e8e6e432d30c2dfd (patch) | |
tree | 8f45e0750646ae84c49bc426a6ac39d5a1a46fb3 /target/device/mips/Makefile.in | |
parent | 6d34f1d3bfc22eb60d9bc9a1ff032dfd31945610 (diff) |
target/device: misc cleanup
Remove outdated and/or unused variables/files.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'target/device/mips/Makefile.in')
-rw-r--r-- | target/device/mips/Makefile.in | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/target/device/mips/Makefile.in b/target/device/mips/Makefile.in index 186a64455..b6f00dcf2 100644 --- a/target/device/mips/Makefile.in +++ b/target/device/mips/Makefile.in @@ -1,26 +1,4 @@ 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=$(BOARD_PATH)/linux26.config -endif -else -LINUX26_KCONFIG=$(strip $(BR2_PACKAGE_LINUX_KCONFIG)) -endif - -ifeq ($(strip $(BR2_PACKAGE_LINUX_FORMAT)),) -ifndef LINUX26_FORMAT -LINUX26_FORMAT=vmlinux -endif -else -LINUX26_FORMAT=$(strip $(BR2_PACKAGE_LINUX_FORMAT)) -endif - -ifndef LINUX26_BINLOC -# mips32 has the vmlinux in the toplevel kernel build-tree. -LINUX26_BINLOC=$(LINUX26_FORMAT) -endif endif |