]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/logicpd/am3517evm/Makefile
2b4f0b6b2baa17efa9ccb6f30b18e6a6321433c0
[people/ms/u-boot.git] / board / logicpd / am3517evm / Makefile
1 #
2 # Author: Vaibhav Hiremath <hvaibhav@ti.com>
3 #
4 # Based on ti/evm/Makefile
5 #
6 # Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/
7 #
8 # SPDX-License-Identifier: GPL-2.0+
9 #
10
11 include $(TOPDIR)/config.mk
12
13 LIB = $(obj)lib$(BOARD).o
14
15 COBJS := am3517evm.o
16
17 SRCS := $(COBJS:.o=.c)
18 OBJS := $(addprefix $(obj),$(COBJS))
19
20 $(LIB): $(obj).depend $(OBJS)
21 $(call cmd_link_o_target, $(OBJS))
22
23 #########################################################################
24
25 # defines $(obj).depend target
26 include $(SRCTREE)/rules.mk
27
28 sinclude $(obj).depend