summaryrefslogtreecommitdiffstats
path: root/board/spear/spear310/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/spear/spear310/Makefile')
-rw-r--r--board/spear/spear310/Makefile23
1 files changed, 1 insertions, 22 deletions
diff --git a/board/spear/spear310/Makefile b/board/spear/spear310/Makefile
index 5664097a7e..3a2e3ac086 100644
--- a/board/spear/spear310/Makefile
+++ b/board/spear/spear310/Makefile
@@ -5,25 +5,4 @@
# SPDX-License-Identifier: GPL-2.0+
#
-include $(TOPDIR)/config.mk
-
-LIB = $(obj)lib$(BOARD).o
-
-COBJS := spear310.o
-SOBJS :=
-
-SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
-OBJS := $(addprefix $(obj),$(COBJS))
-SOBJS := $(addprefix $(obj),$(SOBJS))
-
-$(LIB): $(obj).depend $(OBJS) $(SOBJS)
- $(call cmd_link_o_target, $(OBJS) $(SOBJS))
-
-#########################################################################
-
-# defines $(obj).depend target
-include $(SRCTREE)/rules.mk
-
-sinclude $(obj).depend
-
-#########################################################################
+obj-y := spear310.o
OpenPOWER on IntegriCloud