Use correct symbold for linux config path

This commit is contained in:
Ulf Samuelsson 2008-03-20 23:02:41 +00:00
parent d7592743c3
commit aa67fcdbf8

View File

@ -91,7 +91,7 @@ else
ifeq ($(BR2_i386),y)
LINUX26_KCONFIG:=$(BOARD_PATH)/linux26.config
else
LINUX26_KCONFIG:=$(BR2_BOARD_PATH)/linux-$(LINUX26_VERSION).config
LINUX26_KCONFIG:=$(BOARD_PATH)/linux-$(LINUX26_VERSION).config
endif
endif
endif