[U-Boot] [PATCH] kup: Delete an unused Makefile
Masahiro Yamada
yamada.m at jp.panasonic.com
Mon Oct 21 03:01:24 CEST 2013
Signed-off-by: Masahiro Yamada <yamada.m at jp.panasonic.com>
Cc: Klaus Heydeck <heydeck at kieback-peter.de>
---
board/${VENDOR}/${BOARD}/Makefile is used.
board/${VENDOR}/common/Makefile is used if it exists.
whereas, board/${VENDOR}/Makefile is never used.
board/kup/Makefile | 28 ----------------------------
1 file changed, 28 deletions(-)
delete mode 100644 board/kup/Makefile
diff --git a/board/kup/Makefile b/board/kup/Makefile
deleted file mode 100644
index 05be72f..0000000
--- a/board/kup/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-#
-# (C) Copyright 2000-2006
-# Wolfgang Denk, DENX Software Engineering, wd at denx.de.
-#
-# SPDX-License-Identifier: GPL-2.0+
-#
-
-include $(TOPDIR)/config.mk
-
-LIB = $(obj)lib$(BOARD).o
-
-COBJS = $(BOARD).o flash.o kup.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
-
-#########################################################################
--
1.8.1.2
More information about the U-Boot
mailing list