Define kernelversion if ext toolchain is used

This commit is contained in:
Ulf Samuelsson 2008-01-10 09:30:11 +00:00
parent 0c85dfd60c
commit a04459a2a3

View File

@ -6,8 +6,14 @@
# by a 'make clean' so don't put anything sacred in here...
#
#############################################################
ifeq ($(BR2_TOOLCHAIN_EXTERNAL),y)
DEFAULT_KERNEL_HEADERS:=$(strip $(subst ",, $(BR2_LINUX26_VERSION)))
#"))
else
DEFAULT_KERNEL_HEADERS:=$(strip $(subst ",, $(BR2_DEFAULT_KERNEL_HEADERS)))
#"))
endif
LINUX_HEADERS_SITE:=127.0.0.1
LINUX_HEADERS_SOURCE:=unspecified-kernel-headers
LINUX_HEADERS_UNPACK_DIR:=$(TOOL_BUILD_DIR)/linux-libc-headers-null