|
|
@ -237,7 +237,7 @@ endef |
|
|
|
define Image/Prepare |
|
|
|
define Image/Prepare |
|
|
|
$(CP) $(LINUX_DIR)/arch/x86/boot/bzImage $(KDIR)/bzImage
|
|
|
|
$(CP) $(LINUX_DIR)/arch/x86/boot/bzImage $(KDIR)/bzImage
|
|
|
|
$(call Image/Prepare/bootscript)
|
|
|
|
$(call Image/Prepare/bootscript)
|
|
|
|
$(call Image/Prepare/grub)
|
|
|
|
$(call Image/Prepare/$(if $(CONFIG_X86_USE_GRUB2),grub2,grub))
|
|
|
|
endef |
|
|
|
endef |
|
|
|
|
|
|
|
|
|
|
|
define Image/Build |
|
|
|
define Image/Build |
|
|
|