Commit b6397015 authored by Bernhard Reutner-Fischer's avatar Bernhard Reutner-Fischer
Browse files

- copy the final kernel (and System.map) to boot/

parent fb1e7915
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)