Commit 24d904ea authored by Anthony Liguori's avatar Anthony Liguori
Browse files

Don't copy multiboot.bin into pc-bios after built



That dirties the working directory of the tree.

Signed-off-by: default avatarAnthony Liguori <aliguori@us.ibm.com>
parent 7aa486fe
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -41,7 +41,6 @@ build-all: multiboot.bin

%.bin: %.raw
	$(SRC_PATH)/pc-bios/optionrom/signrom.sh $< $@
	cp $@ $(SRC_PATH)/pc-bios/

clean:
	$(RM) *.o *.img *.bin *~