diff options
author | Paul Brook <paul@codesourcery.com> | 2009-07-31 13:18:32 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-08-27 21:23:36 -0500 |
commit | ad19cf307ea18a54405e88f48ae8ae8c3e400679 (patch) | |
tree | d305d32721e9920f54728acc30d179e1241f4820 /pc-bios | |
parent | 477806703a43558108cd1efbfb59a67c1d24e074 (diff) |
Option rom makefile fixes
Fix toplevel option rom makefile rules.
Signed-off-by: Paul Brook <paul@codesourcery.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.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 88fbc4c9b3..e7ad4b198a 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 |