diff options
Diffstat (limited to 'src/superio/via/vt1211')
-rw-r--r-- | src/superio/via/vt1211/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/via/vt1211/Makefile.inc b/src/superio/via/vt1211/Makefile.inc index ce8b503ee2..2080e84d69 100644 --- a/src/superio/via/vt1211/Makefile.inc +++ b/src/superio/via/vt1211/Makefile.inc @@ -19,4 +19,4 @@ ## #config chip.h -obj-$(CONFIG_SUPERIO_VIA_VT1211) += vt1211.o +ramstage-$(CONFIG_SUPERIO_VIA_VT1211) += vt1211.c |