diff options
| author | Masahiro Yamada <[email protected]> | 2013-10-21 11:53:37 +0900 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2013-11-01 11:42:12 -0400 |
| commit | a79854a90f7297ddfda2114c867fd62643fa6e3a (patch) | |
| tree | 98a16e358906e4028dd0251d57b5db7262e47628 /board/highbank | |
| parent | 36fde45c8bd23c187e4b9377ea80e0aebdcfe69f (diff) | |
board: arm: convert makefiles to Kbuild style
Signed-off-by: Masahiro Yamada <[email protected]>
Cc: Albert ARIBAUD <[email protected]>
Cc: Andreas Bießmann <[email protected]>
Cc: Stefano Babic <[email protected]>
Cc: Prafulla Wadaskar <[email protected]>
Cc: Minkyu Kang <[email protected]>
Cc: Vipin Kumar <[email protected]>
Cc: Tom Warren <[email protected]>
Cc: Tom Rini <[email protected]>
Diffstat (limited to 'board/highbank')
| -rw-r--r-- | board/highbank/Makefile | 27 |
1 files changed, 1 insertions, 26 deletions
diff --git a/board/highbank/Makefile b/board/highbank/Makefile index 3aa134ab492..d3eb23220b1 100644 --- a/board/highbank/Makefile +++ b/board/highbank/Makefile @@ -5,29 +5,4 @@ # SPDX-License-Identifier: GPL-2.0+ # -include $(TOPDIR)/config.mk - -LIB = $(obj)lib$(BOARD).o - -COBJS := highbank.o - -SRCS := $(COBJS:.o=.c) -OBJS := $(addprefix $(obj),$(COBJS)) - -$(LIB): $(obj).depend $(OBJS) - $(call cmd_link_o_target, $(OBJS)) - -clean: - rm -f $(OBJS) - -distclean: clean - rm -f $(LIB) core *.bak $(obj).depend - -######################################################################### - -# defines $(obj).depend target -include $(SRCTREE)/rules.mk - -sinclude $(obj).depend - -######################################################################### +obj-y := highbank.o |
