diff options
author | Stefan Reinauer <reinauer@chromium.org> | 2014-12-17 13:42:13 -0800 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2014-12-18 02:14:11 +0100 |
commit | 42874ace62a0fe7b3c54c729e3c57c330449b86b (patch) | |
tree | bad9f7557227bac60206fead0c64d93c961bd925 /src/northbridge/via/Makefile.inc | |
parent | e4c73bb5baac96ca49c5dea1916dfcfbd1af2e26 (diff) |
Drop VIA Epia-M series of boards
ROMCC cleanups
Change-Id: Ic4c9d9eb8c7edc506c8a8e8eeeacf759cbaead74
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: http://review.coreboot.org/7854
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Diffstat (limited to 'src/northbridge/via/Makefile.inc')
-rw-r--r-- | src/northbridge/via/Makefile.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/northbridge/via/Makefile.inc b/src/northbridge/via/Makefile.inc index 6c54bef8e8..9c0f4314fc 100644 --- a/src/northbridge/via/Makefile.inc +++ b/src/northbridge/via/Makefile.inc @@ -1,4 +1,3 @@ -subdirs-$(CONFIG_NORTHBRIDGE_VIA_VT8623) += vt8623 subdirs-$(CONFIG_NORTHBRIDGE_VIA_CN700) += cn700 subdirs-$(CONFIG_NORTHBRIDGE_VIA_CX700) += cx700 subdirs-$(CONFIG_NORTHBRIDGE_VIA_CN400) += cn400 |