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