Rename build system variables to be more intuitive, and
[coreboot.git] / src / northbridge / via / cx700 / Makefile.inc
index 1221fd5f8b9cc9e6d6afcda4a75d6da6be95979e..f67cc147a290f4c8b333e8c5b69b603cf7fbe982 100644 (file)
 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 ##
 
-obj-y += cx700_reset.o
-obj-y += northbridge.o
+ramstage-y += cx700_reset.c
+ramstage-y += northbridge.c
 
-driver-y += cx700_agp.o
-driver-y += cx700_lpc.o
-driver-y += cx700_sata.o
-driver-y += cx700_vga.o
+driver-y += cx700_agp.c
+driver-y += cx700_lpc.c
+driver-y += cx700_sata.c
+driver-y += cx700_vga.c