aboutsummaryrefslogtreecommitdiff
path: root/board/samsung/universal_c210/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/samsung/universal_c210/Makefile')
-rw-r--r--board/samsung/universal_c210/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/samsung/universal_c210/Makefile b/board/samsung/universal_c210/Makefile
index bfec08fa8..587cc1b8c 100644
--- a/board/samsung/universal_c210/Makefile
+++ b/board/samsung/universal_c210/Makefile
@@ -26,7 +26,6 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(BOARD).o
COBJS-y := universal.o onenand.o
-SOBJS := lowlevel_init.o
SRCS := $(SOBJS:.o=.S) $(COBJS-y:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS-y))