summaryrefslogtreecommitdiffstats
path: root/target/Makefile.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2007-01-30 00:01:42 +0100
committerBernhard Reutner-Fischer2007-01-30 00:01:42 +0100
commit3ae6018b9eaa68123602d42754af827b3705fa92 (patch)
tree6e08440d45d7c9cab3e1356b90f7b8e956ef75ba /target/Makefile.in
parentfix broken spot caused by my having checked in the wrong dst patch for 0.9.28 (diff)
downloadbuildroot-3ae6018b9eaa68123602d42754af827b3705fa92.tar.gz
buildroot-3ae6018b9eaa68123602d42754af827b3705fa92.tar.xz
buildroot-3ae6018b9eaa68123602d42754af827b3705fa92.zip
- fixup after self. Kernel for the x86 family is now built again
Diffstat (limited to 'target/Makefile.in')
-rw-r--r--target/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/Makefile.in b/target/Makefile.in
index c4de07706..a65b74019 100644
--- a/target/Makefile.in
+++ b/target/Makefile.in
@@ -6,3 +6,5 @@ include target/arm/Makefile.in
include target/powerpc/Makefile.in
# and finally build the filesystems/tarballs
include target/*/*.mk
+# kernel rules
+include target/linux*.mk