From 4ccf17da47f4823e658900bcbfa598b255f5575a Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Fri, 20 Jul 2007 12:03:54 +0000 Subject: Fix Linux build if BR2_PACKAGE_LINUX_EXPERIMENTAL_CONFIG is not defined --- target/Makefile.in | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'target/Makefile.in') diff --git a/target/Makefile.in b/target/Makefile.in index 7b377667c..e4f58ca2d 100644 --- a/target/Makefile.in +++ b/target/Makefile.in @@ -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 -- cgit v1.2.3