diff options
author | QingPei Wang <wangqingpei@gmail.com> | 2011-09-13 13:35:43 +0800 |
---|---|---|
committer | Marc Jones <marcj303@gmail.com> | 2011-09-14 04:47:26 +0200 |
commit | e169f82edf661ee922215ffe7fc6f413c7fa9181 (patch) | |
tree | 33e60bfe0e48c28840f1490672ae04c0a40a7dce /src/superio/ite/Makefile.inc | |
parent | 864839a3e8de7a96891fd5752d7a1fe6cbca6ad9 (diff) | |
download | coreboot-e169f82edf661ee922215ffe7fc6f413c7fa9181.tar.xz |
Add IT8721F support
only the serial port is tested, keyboard/mouse are gonna
to be tested later, it may also need some more patches
to make it work completely.
Change-Id: Ie9464d01c5d5760ebc800b3cd15a4ab2bad2e09f
Signed-off-by: QingPei Wang <wangqingpei@gmail.com>
Reviewed-on: http://review.coreboot.org/204
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marcj303@gmail.com>
Diffstat (limited to 'src/superio/ite/Makefile.inc')
-rw-r--r-- | src/superio/ite/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/superio/ite/Makefile.inc b/src/superio/ite/Makefile.inc index 21f77070b8..1e734fec91 100644 --- a/src/superio/ite/Makefile.inc +++ b/src/superio/ite/Makefile.inc @@ -24,3 +24,4 @@ subdirs-y += it8705f subdirs-y += it8712f subdirs-y += it8716f subdirs-y += it8718f +subdirs-y += it8721f |