diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-12-18 14:10:46 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-12-18 14:10:46 +0000 |
commit | b6397015e492610baaa855f2993b904961ebdf1c (patch) | |
tree | 377c050e0271983b16d82309c8bddab038b0d7a7 | |
parent | fb1e7915e9cc62022860321d2a154db2ca2de8bd (diff) | |
download | buildroot-novena-b6397015e492610baaa855f2993b904961ebdf1c.tar.gz buildroot-novena-b6397015e492610baaa855f2993b904961ebdf1c.zip |
- copy the final kernel (and System.map) to boot/
-rw-r--r-- | target/device/x86/i386/linux26.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/device/x86/i386/linux26.mk b/target/device/x86/i386/linux26.mk index 13ab8185e..f6a33fadb 100644 --- a/target/device/x86/i386/linux26.mk +++ b/target/device/x86/i386/linux26.mk @@ -100,7 +100,7 @@ linux26-menuconfig: $(LINUX26_DIR)/.patched $(MAKE) $(LINUX26_MAKE_FLAGS) -C $(LINUX26_DIR) menuconfig -[ -f $(LINUX26_DIR)/.config ] && touch $(LINUX26_DIR)/.configured -linux26: cross-depmod26 $(TARGET_DIR)/lib/modules/$(LINUX26_VERSION)/modules.dep +linux26: cross-depmod26 $(TARGET_DIR)/lib/modules/$(LINUX26_VERSION)/modules.dep $(TARGET_DIR)/boot/$(LINUX26_BINLOC) linux26-source: $(DL_DIR)/$(LINUX26_SOURCE) |