summaryrefslogtreecommitdiff
path: root/board/armltd/vexpress/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/armltd/vexpress/Makefile')
-rw-r--r--board/armltd/vexpress/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/armltd/vexpress/Makefile b/board/armltd/vexpress/Makefile
index 87495901fe..6719f3d446 100644
--- a/board/armltd/vexpress/Makefile
+++ b/board/armltd/vexpress/Makefile
@@ -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))