diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-29 23:01:42 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-29 23:01:42 +0000 |
commit | 3ae6018b9eaa68123602d42754af827b3705fa92 (patch) | |
tree | 6e08440d45d7c9cab3e1356b90f7b8e956ef75ba /target | |
parent | 23c76989343dbe42929ad4317768eaff8a991ed5 (diff) | |
download | buildroot-novena-3ae6018b9eaa68123602d42754af827b3705fa92.tar.gz buildroot-novena-3ae6018b9eaa68123602d42754af827b3705fa92.zip |
- fixup after self. Kernel for the x86 family is now built again
Diffstat (limited to 'target')
-rw-r--r-- | target/Makefile.in | 2 | ||||
-rw-r--r-- | target/device/x86/Makefile.in | 1 |
2 files changed, 2 insertions, 1 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 diff --git a/target/device/x86/Makefile.in b/target/device/x86/Makefile.in index 0eaa87857..92a1cf6f3 100644 --- a/target/device/x86/Makefile.in +++ b/target/device/x86/Makefile.in @@ -1,4 +1,3 @@ ifeq ($(strip $(BR2_TARGET_X86_GENERIC)),y) include target/device/x86/i386/Makefile.in -include target/device/x86/i386/*.mk endif |