blob: 186a64455224e6cfd2141eb9f4c82cb2c1410242 [file] [log] [blame]
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