diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-30 17:37:35 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-30 17:37:35 +0000 |
commit | 3b11319651adacb45056929088f5ee48c92d7620 (patch) | |
tree | d821d586d991bf039e955fdda45b3aa30c122a2d /target/device | |
parent | bf64053b8b77e9113a07155fab72a3f6fc9ea775 (diff) | |
download | buildroot-novena-3b11319651adacb45056929088f5ee48c92d7620.tar.gz buildroot-novena-3b11319651adacb45056929088f5ee48c92d7620.zip |
- set preferred kernel format to bzImage for i386 family
Diffstat (limited to 'target/device')
-rw-r--r-- | target/device/x86/i386/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/device/x86/i386/Makefile.in b/target/device/x86/i386/Makefile.in index 5711c38e7..0e6ab6148 100644 --- a/target/device/x86/i386/Makefile.in +++ b/target/device/x86/i386/Makefile.in @@ -3,5 +3,6 @@ BR2_BOARD_PATH:=target/device/x86/i386 ifndef LINUX26_KCONFIG LINUX26_KCONFIG=$(BR2_BOARD_PATH)/linux26.config endif +LINUX26_FORMAT=bzImage TARGETS+=linux26 |