diff options
| author | Masahiro Yamada <[email protected]> | 2013-10-21 11:53:39 +0900 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2013-11-01 11:42:12 -0400 |
| commit | a67cefc353f1f3ecb869bd04d4a951356fbe55da (patch) | |
| tree | 5c8df10599676d74af68100297c63b9619623138 /post/rules.mk | |
| parent | 377e1048d3065b97b21fea0763b77f1786d5b654 (diff) | |
post: convert makefiles to Kbuild style
This commit also deletes post/rules.mk,
which in not necessary any more.
Signed-off-by: Masahiro Yamada <[email protected]>
Diffstat (limited to 'post/rules.mk')
| -rw-r--r-- | post/rules.mk | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/post/rules.mk b/post/rules.mk deleted file mode 100644 index b25ebbf1cbd..00000000000 --- a/post/rules.mk +++ /dev/null @@ -1,30 +0,0 @@ -# -# (C) Copyright 2002-2006 -# Wolfgang Denk, DENX Software Engineering, [email protected]. -# -# SPDX-License-Identifier: GPL-2.0+ -# - -include $(TOPDIR)/config.mk - -COBJS := $(COBJS-y) -AOBJS := $(AOBJS-y) -SRCS := $(AOBJS:.o=.S) $(COBJS:.o=.c) -OBJS := $(addprefix $(obj),$(AOBJS) $(COBJS)) -LIB := $(obj)$(LIB) - -CPPFLAGS += -I$(TOPDIR) - -all: $(LIB) - -$(LIB): $(obj).depend $(OBJS) - $(call cmd_link_o_target, $(OBJS)) - -######################################################################### - -# defines $(obj).depend target -include $(SRCTREE)/rules.mk - -sinclude $(obj).depend - -######################################################################### |
