diff options
author | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-05-29 14:43:39 +1000 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2014-05-31 21:18:05 +0200 |
commit | 32da8d900e2ca5fa9fe95d30dd064d593b26002f (patch) | |
tree | 9acea8cabf262e24b02924ef626ff94b591bad98 /src/superio/nsc/pc87309/Makefile.inc | |
parent | beb0f2631fe6e49e86687cc3a7cf63ce41157a45 (diff) |
superio/nsc/pc87309: Avoid .c includes in mainboard
Make superio romstage component link-time symbols.
Change-Id: Icde27465a05946498ff7b8f1aaa7a9e8ba074272
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/5880
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/superio/nsc/pc87309/Makefile.inc')
-rw-r--r-- | src/superio/nsc/pc87309/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/nsc/pc87309/Makefile.inc b/src/superio/nsc/pc87309/Makefile.inc index 145910f81c..b1396809ba 100644 --- a/src/superio/nsc/pc87309/Makefile.inc +++ b/src/superio/nsc/pc87309/Makefile.inc @@ -18,5 +18,5 @@ ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ## +romstage-$(CONFIG_SUPERIO_NSC_PC87309) += early_serial.c ramstage-$(CONFIG_SUPERIO_NSC_PC87309) += superio.c - |