]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/armltd/vexpress/Makefile
ARM: vexpress: refactoring of Versatile Express CA9x4 support
[karo-tx-uboot.git] / board / armltd / vexpress / Makefile
index 87495901feeb623b5aa83eb96d2d67ef27648ef5..6719f3d446d2c6e837e0772935eaa2e9281c2bed 100644 (file)
@@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk
 
 LIB    = $(obj)lib$(BOARD).o
 
-COBJS  := ca9x4_ct_vxp.o
+COBJS  := vexpress_common.o
 
 SRCS   := $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(COBJS))