From 0e5715a9d71f28307ead9f780741a7f46f3b2f6d Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Wed, 11 Jul 2007 14:34:55 +0000 Subject: [PATCH] Build linux within target/linux/Makefile.in instead of within target/linux26.mk --- target/Makefile.in | 2 +- target/{linux26.mk => linux/Makefile.in} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename target/{linux26.mk => linux/Makefile.in} (100%) diff --git a/target/Makefile.in b/target/Makefile.in index 07af18ec3e..b951301b28 100644 --- a/target/Makefile.in +++ b/target/Makefile.in @@ -17,4 +17,4 @@ include target/*/*.mk # kernel rules # We already did add the kernel target to TARGETS and now just pull in the rules # to actually build this target. -include target/linux*.mk +include target/linux/Makefile.in diff --git a/target/linux26.mk b/target/linux/Makefile.in similarity index 100% rename from target/linux26.mk rename to target/linux/Makefile.in