summaryrefslogtreecommitdiffstats
path: root/board/highbank/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/highbank/Makefile')
-rw-r--r--board/highbank/Makefile27
1 files changed, 1 insertions, 26 deletions
diff --git a/board/highbank/Makefile b/board/highbank/Makefile
index 3aa134ab49..d3eb23220b 100644
--- a/board/highbank/Makefile
+++ b/board/highbank/Makefile
@@ -5,29 +5,4 @@
# SPDX-License-Identifier: GPL-2.0+
#
-include $(TOPDIR)/config.mk
-
-LIB = $(obj)lib$(BOARD).o
-
-COBJS := highbank.o
-
-SRCS := $(COBJS:.o=.c)
-OBJS := $(addprefix $(obj),$(COBJS))
-
-$(LIB): $(obj).depend $(OBJS)
- $(call cmd_link_o_target, $(OBJS))
-
-clean:
- rm -f $(OBJS)
-
-distclean: clean
- rm -f $(LIB) core *.bak $(obj).depend
-
-#########################################################################
-
-# defines $(obj).depend target
-include $(SRCTREE)/rules.mk
-
-sinclude $(obj).depend
-
-#########################################################################
+obj-y := highbank.o
OpenPOWER on IntegriCloud