xref: /openbmc/u-boot/board/armltd/vexpress/Makefile (revision 1a459660)
1b80e41acSMatt Waddel#
2b80e41acSMatt Waddel# (C) Copyright 2000-2004
3b80e41acSMatt Waddel# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4b80e41acSMatt Waddel#
5*1a459660SWolfgang Denk# SPDX-License-Identifier:	GPL-2.0+
6b80e41acSMatt Waddel#
7b80e41acSMatt Waddel
8b80e41acSMatt Waddelinclude $(TOPDIR)/config.mk
9b80e41acSMatt Waddel
106d8962e8SSebastien CarlierLIB	= $(obj)lib$(BOARD).o
11b80e41acSMatt Waddel
129b58a3f6SRyan HarkinCOBJS	:= vexpress_common.o
13b80e41acSMatt Waddel
14b80e41acSMatt WaddelSRCS	:= $(COBJS:.o=.c)
15b80e41acSMatt WaddelOBJS	:= $(addprefix $(obj),$(COBJS))
16b80e41acSMatt Waddel
17b80e41acSMatt Waddel$(LIB):	$(obj).depend $(OBJS)
186d8962e8SSebastien Carlier	$(call cmd_link_o_target, $(OBJS))
19b80e41acSMatt Waddel
20b80e41acSMatt Waddel#########################################################################
21b80e41acSMatt Waddel
22b80e41acSMatt Waddel# defines $(obj).depend target
23b80e41acSMatt Waddelinclude $(SRCTREE)/rules.mk
24b80e41acSMatt Waddel
25b80e41acSMatt Waddelsinclude $(obj).depend
26b80e41acSMatt Waddel
27b80e41acSMatt Waddel#########################################################################
28