From c05ac895cb59b5549e9b59314f9c791c68d97bfd Mon Sep 17 00:00:00 2001 From: Paul Brook Date: Fri, 31 Jul 2009 13:18:32 +0100 Subject: Option rom makefile fixes Fix toplevel option rom makefile rules. Signed-off-by: Paul Brook --- pc-bios/optionrom/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pc-bios') diff --git a/pc-bios/optionrom/Makefile b/pc-bios/optionrom/Makefile index ace142d292..7ddc242c81 100644 --- a/pc-bios/optionrom/Makefile +++ b/pc-bios/optionrom/Makefile @@ -1,4 +1,6 @@ all: build-all +# Dummy command so that make thinks it has done something + @true include ../../config-host.mak include $(SRC_PATH)/rules.mak -- cgit v1.2.1