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