diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2013-11-30 21:06:18 +0200 |
---|---|---|
committer | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2013-12-01 23:15:08 +0100 |
commit | ce22cd066bfa1c3c2c24ef6c6759620c52aeba22 (patch) | |
tree | c96bf6b651700ccc4c6b6a1e38bcb6f84948211f /Makefile.inc | |
parent | eb13b6f3e886d6f97105464cc2292e775ac83778 (diff) | |
download | coreboot-ce22cd066bfa1c3c2c24ef6c6759620c52aeba22.tar.gz coreboot-ce22cd066bfa1c3c2c24ef6c6759620c52aeba22.tar.bz2 coreboot-ce22cd066bfa1c3c2c24ef6c6759620c52aeba22.zip |
Fix build with USE_OPTION_TABLE
Parallelized build might try to build SMM before option_table.h is
created. Remove related redundant explicit rules.
Change-Id: Ida8b5c408af05adcf3210ce7bfc8a1e5959194c7
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/4299
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'Makefile.inc')
-rw-r--r-- | Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.inc b/Makefile.inc index 69ad3a1e9fd6..0fb86ce643b9 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -127,6 +127,7 @@ endif ramstage-c-deps:=$$(OPTION_TABLE_H) romstage-c-deps:=$$(OPTION_TABLE_H) bootblock-c-deps:=$$(OPTION_TABLE_H) +smm-c-deps:=$$(OPTION_TABLE_H) ####################################################################### # Add handler to compile ACPI's ASL |