summaryrefslogtreecommitdiff
path: root/src/superio/winbond/w83627ehg/Makefile.inc
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-04-03 14:30:58 +1100
committerAlexandru Gagniuc <mr.nuke.me@gmail.com>2014-04-06 06:08:20 +0200
commit793a429eb57d105ca7bdf8c25cb1066678c2721d (patch)
tree6d4ea209156a82095a34f712f6b7776ca23e237b /src/superio/winbond/w83627ehg/Makefile.inc
parent59674d25be5b5090e01cae7000c2065d1a0c5abd (diff)
downloadcoreboot-793a429eb57d105ca7bdf8c25cb1066678c2721d.tar.xz
superio/winbond/w83627ehg: 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: Ib3a12fb8160729008bdaa8026365675a11325da0 Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/5448 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src/superio/winbond/w83627ehg/Makefile.inc')
-rw-r--r--src/superio/winbond/w83627ehg/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/superio/winbond/w83627ehg/Makefile.inc b/src/superio/winbond/w83627ehg/Makefile.inc
index 33ec4dc64f..19f069f125 100644
--- a/src/superio/winbond/w83627ehg/Makefile.inc
+++ b/src/superio/winbond/w83627ehg/Makefile.inc
@@ -19,5 +19,6 @@
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
##
+romstage-$(CONFIG_SUPERIO_WINBOND_W83627EHG) += early_init.c
+romstage-$(CONFIG_SUPERIO_WINBOND_W83627EHG) += early_serial.c
ramstage-$(CONFIG_SUPERIO_WINBOND_W83627EHG) += superio.c
-