From 6887581728c9eddf858e7458b6eacbfe3ac68302 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Fri, 20 Sep 2013 15:34:27 +0200 Subject: roms: add 'make clean' Signed-off-by: Gerd Hoffmann --- roms/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'roms') diff --git a/roms/Makefile b/roms/Makefile index 7a228aed8f..b64606067b 100644 --- a/roms/Makefile +++ b/roms/Makefile @@ -75,3 +75,10 @@ efi-rom-%: ipxe/src/config/local/general.h ipxe/src/config/local/%: config.ipxe.% cp $< $@ + + +clean: + rm -rf seabios/.config seabios/out + $(MAKE) $(MAKEFLAGS) -C vgabios clean + rm -f vgabios/VGABIOS-lgpl-latest* + $(MAKE) $(MAKEFLAGS) -C ipxe/src veryclean -- cgit v1.2.1