diff options
author | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2015-01-04 16:05:59 +1100 |
---|---|---|
committer | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2015-01-04 13:47:45 +0100 |
commit | fc4e8550afc5aab4af7801e2e008a8712f8c7795 (patch) | |
tree | fbc6c5e86af512f85c55a5b3e8e82c0e9873dcd0 /src/superio/nsc/pc97317/Makefile.inc | |
parent | e64f5b1bcd589b4ac517909f5332f9926ab7d642 (diff) |
superio/nsc/pc97317: Use link-time symbols over .c inclusion
Change-Id: Ia45bc7a880d0dab57c56a0452858cd26626f09df
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/8076
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/superio/nsc/pc97317/Makefile.inc')
-rw-r--r-- | src/superio/nsc/pc97317/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/superio/nsc/pc97317/Makefile.inc b/src/superio/nsc/pc97317/Makefile.inc index c8f354c667..6d729cf083 100644 --- a/src/superio/nsc/pc97317/Makefile.inc +++ b/src/superio/nsc/pc97317/Makefile.inc @@ -18,4 +18,5 @@ ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ## +romstage-$(CONFIG_SUPERIO_NSC_PC97317) += early_serial.c ramstage-$(CONFIG_SUPERIO_NSC_PC97317) += superio.c |