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