diff options
author | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-04-03 14:40:24 +1100 |
---|---|---|
committer | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2014-04-06 06:23:08 +0200 |
commit | 4f5a5254c5ad0aa0227113c3fd31b12c0783c131 (patch) | |
tree | ade0bfb5585092415dedd2e110f8cee446985ced /src/superio/winbond/w83627thg/Makefile.inc | |
parent | 5ff4b086ba1c1ff1e82ef5b7db1e776aeff3fcb7 (diff) | |
download | coreboot-4f5a5254c5ad0aa0227113c3fd31b12c0783c131.tar.xz |
superio/winbond/w83627thg: Avoid .c includes
Following the same reasoning as commit
d304331 superio/fintek/f81865f: Avoid .c includes
Clean up the early_serial #include directives in mainboard/romstage
code.
Change-Id: I1f7c20ac7841874125b6bfcd9f9db25d96355881
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/5449
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src/superio/winbond/w83627thg/Makefile.inc')
-rw-r--r-- | src/superio/winbond/w83627thg/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/winbond/w83627thg/Makefile.inc b/src/superio/winbond/w83627thg/Makefile.inc index 8a03c8fa59..20a2ad0e60 100644 --- a/src/superio/winbond/w83627thg/Makefile.inc +++ b/src/superio/winbond/w83627thg/Makefile.inc @@ -20,5 +20,5 @@ ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ## +romstage-$(CONFIG_SUPERIO_WINBOND_W83627THG) += early_serial.c ramstage-$(CONFIG_SUPERIO_WINBOND_W83627THG) += superio.c - |