image/x86: fix typo when building on Mac OS X (closes: #7303)
SVN-Revision: 21401
This commit is contained in:
parent
f30b179135
commit
2c82cf966c
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ ifneq ($(CONFIG_X86_GRUB_IMAGES),)
|
|||
else
|
||||
|
||||
define Image/Build/grub
|
||||
PADDING="$(CONFIG_TARGET_IMAGES_PAD)" PATH="$(TARGET_PATH)" NOGRUB=1 ./gen_image_x86.sh
|
||||
PADDING="$(CONFIG_TARGET_IMAGES_PAD)" PATH="$(TARGET_PATH)" NOGRUB=1 ./gen_image_x86.sh \
|
||||
$(BIN_DIR)/$(IMG_PREFIX)-combined-$(1).img \
|
||||
$(CONFIG_TARGET_KERNEL_PARTSIZE) "" \
|
||||
$(CONFIG_TARGET_ROOTFS_PARTSIZE) $(KDIR)/root.$(1)
|
||||
|
|
Loading…
Reference in a new issue