diff options
author | Paul Brook <paul@codesourcery.com> | 2009-07-31 13:18:32 +0100 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2009-07-31 13:19:39 +0100 |
commit | c05ac895cb59b5549e9b59314f9c791c68d97bfd (patch) | |
tree | d7d5a8e042f715ec51fab5bb5b7fc8711b0b09c6 /pc-bios | |
parent | ffe47d331d4f725567e83375ffc19a36dbdce7f5 (diff) |
Option rom makefile fixes
Fix toplevel option rom makefile rules.
Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'pc-bios')
-rw-r--r-- | pc-bios/optionrom/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |