diff options
author | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2011-08-03 09:14:59 -0500 |
---|---|---|
committer | Marc Jones <marcj303@gmail.com> | 2011-08-09 20:11:01 +0200 |
commit | 1a2b318625684142d6f1081a9abc057de1804d8a (patch) | |
tree | a87e97f363a9e21d73ca7ee4da9ae732217b6e14 /src/superio/nuvoton | |
parent | 9f6cbde8901401d8381f2b2da677450119620f77 (diff) |
Do not compile nuvoton superio for all board
The nuvoton WPCM450 code is compiled for all boards regardless of
whether or not they use it. Compile it only for boards needing it.
Change-Id: Iaf4cf2c479eb3238863f0771be799f02a8cc3421
Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Reviewed-on: http://review.coreboot.org/129
Tested-by: build bot (Jenkins)
Reviewed-by: Kerry She <shekairui@gmail.com>
Reviewed-by: Marc Jones <marcj303@gmail.com>
Diffstat (limited to 'src/superio/nuvoton')
-rw-r--r-- | src/superio/nuvoton/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/nuvoton/Makefile.inc b/src/superio/nuvoton/Makefile.inc index 2f2ea9693d..4553dd8c45 100644 --- a/src/superio/nuvoton/Makefile.inc +++ b/src/superio/nuvoton/Makefile.inc @@ -17,4 +17,4 @@ ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ## -subdirs-y += wpcm450 +subdirs-$(CONFIG_SUPERIO_NUVOTON_WPCM450) += wpcm450 |