]> git.proxmox.com Git - mirror_qemu.git/blobdiff - roms/Makefile
i386: Update new x86_apicid parsing rules with die_offset support
[mirror_qemu.git] / roms / Makefile
index 0ce84a45ad578a4e59d5aad969a8c844869fd222..078d3fb70563ac43eaccb01c0eb77aa00504790d 100644 (file)
@@ -62,6 +62,8 @@ default:
        @echo "  u-boot.e500    -- update u-boot.e500"
        @echo "  u-boot.sam460  -- update u-boot.sam460"
        @echo "  efi            -- update UEFI (edk2) platform firmware"
+       @echo "  clean          -- delete the files generated by the previous" \
+                                 "build targets"
 
 bios: build-seabios-config-seabios-128k build-seabios-config-seabios-256k
        cp seabios/builds/seabios-128k/bios.bin ../pc-bios/bios.bin
@@ -121,8 +123,8 @@ build-efi-roms: build-pxe-roms
                $(patsubst %,bin-i386-efi/%.efidrv,$(pxerom_targets)) \
                $(patsubst %,bin-x86_64-efi/%.efidrv,$(pxerom_targets))
 
-# Build scripts can pass compiler/linker flags to the EDK2 build tools
-# via the EDK2_BASETOOLS_OPTFLAGS (CPPFLAGS and CFLAGS) and
+# Build scripts can pass compiler/linker flags to the EDK2
+# build tools via the EDK2_BASETOOLS_OPTFLAGS (CFLAGS) and
 # EDK2_BASETOOLS_LDFLAGS (LDFLAGS) environment variables.
 #
 # Example: