diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-31 17:36:43 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-31 17:36:43 +0000 |
commit | f0be91fd176ab4816eb1219f1f392b3b3edb0665 (patch) | |
tree | 9e5b5ac4292e16d5b1ccac1c9d86c24b77098dbc /target/device/x86 | |
parent | 67bed999ab1b926f3484eac04d6ca748debadcef (diff) | |
download | buildroot-novena-f0be91fd176ab4816eb1219f1f392b3b3edb0665.tar.gz buildroot-novena-f0be91fd176ab4816eb1219f1f392b3b3edb0665.zip |
- reenable linux26
Diffstat (limited to 'target/device/x86')
-rw-r--r-- | target/device/x86/Makefile.in | 2 | ||||
-rw-r--r-- | target/device/x86/i386/Makefile.in | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/target/device/x86/Makefile.in b/target/device/x86/Makefile.in index 93041711b..e3a995a7f 100644 --- a/target/device/x86/Makefile.in +++ b/target/device/x86/Makefile.in @@ -1,5 +1,3 @@ -ifeq ($(strip $(BR2_TARGET_GENERIC)),y) ifeq ($(strip $(BR2_i386)),y) include target/device/x86/i386/Makefile.in endif -endif diff --git a/target/device/x86/i386/Makefile.in b/target/device/x86/i386/Makefile.in index 0e6ab6148..876304b7e 100644 --- a/target/device/x86/i386/Makefile.in +++ b/target/device/x86/i386/Makefile.in @@ -5,4 +5,3 @@ LINUX26_KCONFIG=$(BR2_BOARD_PATH)/linux26.config endif LINUX26_FORMAT=bzImage -TARGETS+=linux26 |