Fix Linux build if BR2_PACKAGE_LINUX_EXPERIMENTAL_CONFIG is not defined

This commit is contained in:
Ulf Samuelsson 2007-07-20 12:03:54 +00:00
parent 65a964b6a7
commit 4ccf17da47

View File

@ -18,12 +18,10 @@ include target/*/*.mk
# We already did add the kernel target to TARGETS and now just pull in the rules
# to actually build this target.
ifeq ($(strip $(subst ",,$(BR2_PACKAGE_LINUX_EXPERIMENTAL_CONFIG))),n)
#"))
include target/linux/Makefile.in
endif
ifeq ($(strip $(subst ",,$(BR2_PACKAGE_LINUX_EXPERIMENTAL_CONFIG))),y)
#"))
include target/linux-experimental/Makefile.in
else
include target/linux/Makefile.in
endif