diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2019-05-06 16:19:23 +0200 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2019-05-22 15:40:08 +0200 |
commit | 60c85ec822cf306aef25d9831e61a811ac5328fa (patch) | |
tree | bf820246a876febf47be6afea685ee51c322b89c /roms/Makefile | |
parent | 652141e49e2a54e7ee7f25652817396fe5b5e152 (diff) | |
download | qemu-60c85ec822cf306aef25d9831e61a811ac5328fa.zip qemu-60c85ec822cf306aef25d9831e61a811ac5328fa.tar.gz qemu-60c85ec822cf306aef25d9831e61a811ac5328fa.tar.bz2 |
roms: List and describe the Makefile 'clean' rule
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20190506141923.12183-3-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'roms/Makefile')
-rw-r--r-- | roms/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roms/Makefile b/roms/Makefile index ea6aec5..078d3fb 100644 --- a/roms/Makefile +++ b/roms/Makefile @@ -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 |