Explorar el Código

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

Bernhard Reutner-Fischer hace 18 años
padre
commit
b6397015e4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      target/device/x86/i386/linux26.mk

+ 1 - 1
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)