diff options
author | Myles Watson <mylesgw@gmail.com> | 2010-08-03 15:01:39 +0000 |
---|---|---|
committer | Myles Watson <mylesgw@gmail.com> | 2010-08-03 15:01:39 +0000 |
commit | 0362c6d6a7da2fb1ce23da544587bb1aa406e67e (patch) | |
tree | 6a80be85c98a58c82a534963831dc5e983c81583 /src/northbridge/via/cx700 | |
parent | 2d7ff69a036c9878976f983a6f4de37575e87fc4 (diff) | |
download | coreboot-0362c6d6a7da2fb1ce23da544587bb1aa406e67e.tar.xz |
VGA code needs to be refactored before it can be compiled conditionally.
Revert until someone with the boards refactors it.
Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Myles Watson <mylesgw@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5681 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/via/cx700')
-rw-r--r-- | src/northbridge/via/cx700/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/via/cx700/Makefile.inc b/src/northbridge/via/cx700/Makefile.inc index 9b7a42c57e..1221fd5f8b 100644 --- a/src/northbridge/via/cx700/Makefile.inc +++ b/src/northbridge/via/cx700/Makefile.inc @@ -23,4 +23,4 @@ obj-y += northbridge.o driver-y += cx700_agp.o driver-y += cx700_lpc.o driver-y += cx700_sata.o -driver-$(CONFIG_VGA_ROM_RUN) += cx700_vga.o +driver-y += cx700_vga.o |