Rename build system variables to be more intuitive, and
[coreboot.git] / src / pc80 / vga / Makefile.inc
index f5b75c0c3f2be6aab9507e04035ab2e62666e2bd..bc6808407337684271764af18a5045ca4cd41640 100644 (file)
@@ -1,2 +1,2 @@
-obj-y += vga_io.o
-obj-$(CONFIG_VGA) += vga.o
+ramstage-y += vga_io.c
+ramstage-$(CONFIG_VGA) += vga.c