summaryrefslogtreecommitdiff
path: root/board/r7780mp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/r7780mp/Makefile')
-rw-r--r--board/r7780mp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/r7780mp/Makefile b/board/r7780mp/Makefile
index 0ab6d1d40..c100e7e2a 100644
--- a/board/r7780mp/Makefile
+++ b/board/r7780mp/Makefile
@@ -22,7 +22,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(BOARD).a
-OBJS := r7780mp.o
+COBJS := r7780mp.o
SOBJS := lowlevel_init.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)