diff options
author | Kerry Sheh <shekairui@gmail.com> | 2012-02-07 20:31:40 +0800 |
---|---|---|
committer | Marc Jones <marcj303@gmail.com> | 2012-02-17 17:18:17 +0100 |
commit | c94940cd64911914a771d3fc09da45b884360574 (patch) | |
tree | 24dfa8a4329628e9f50c972ef0d74ac221dfb4d3 /src/superio/smsc/Makefile.inc | |
parent | ea52223f53278cc0e57f7d266b8656014e2ecab1 (diff) | |
download | coreboot-c94940cd64911914a771d3fc09da45b884360574.tar.xz |
SIO: Add smsc/sch4037 superio support
Change-Id: I3b113a27541b8efd096f3bd44e6621344ec916a5
Signed-off-by: Kerry Sheh <kerry.she@amd.com>
Signed-off-by: Kerry Sheh <shekairui@gmail.com>
Reviewed-on: http://review.coreboot.org/562
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marcj303@gmail.com>
Diffstat (limited to 'src/superio/smsc/Makefile.inc')
-rw-r--r-- | src/superio/smsc/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/superio/smsc/Makefile.inc b/src/superio/smsc/Makefile.inc index 68d4d56dc3..bfdc68ec02 100644 --- a/src/superio/smsc/Makefile.inc +++ b/src/superio/smsc/Makefile.inc @@ -2,6 +2,7 @@ ## This file is part of the coreboot project. ## ## Copyright (C) 2009 Ronald G. Minnich +## Copyright (C) 2012 Advanced Micro Devices, Inc. ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -28,3 +29,4 @@ subdirs-y += lpc47n227 subdirs-y += sio10n268 subdirs-y += kbc1100 subdirs-y += smscsuperio +subdirs-y += sch4037 |