summaryrefslogtreecommitdiffstats
path: root/board/technexion/twister/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/technexion/twister/Makefile')
-rw-r--r--board/technexion/twister/Makefile19
1 files changed, 1 insertions, 18 deletions
diff --git a/board/technexion/twister/Makefile b/board/technexion/twister/Makefile
index 641e61e708..2a910211fd 100644
--- a/board/technexion/twister/Makefile
+++ b/board/technexion/twister/Makefile
@@ -6,21 +6,4 @@
# SPDX-License-Identifier: GPL-2.0+
#
-include $(TOPDIR)/config.mk
-
-LIB = $(obj)lib$(BOARD).o
-
-COBJS := $(BOARD).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 := twister.o
OpenPOWER on IntegriCloud