summaryrefslogtreecommitdiffstats
path: root/board/wandboard/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/wandboard/Makefile')
-rw-r--r--board/wandboard/Makefile21
1 files changed, 1 insertions, 20 deletions
diff --git a/board/wandboard/Makefile b/board/wandboard/Makefile
index d4782e0c79..5b50ecaf22 100644
--- a/board/wandboard/Makefile
+++ b/board/wandboard/Makefile
@@ -4,23 +4,4 @@
# SPDX-License-Identifier: GPL-2.0+
#
-include $(TOPDIR)/config.mk
-
-LIB = $(obj)lib$(BOARD).o
-
-COBJS := wandboard.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 := wandboard.o
OpenPOWER on IntegriCloud