]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/ti/am3517crane/Makefile
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / board / ti / am3517crane / Makefile
CommitLineData
915162da
S
1#
2# Author: Srinath R <srinath@mistralsolutions.com>
3#
4# Based on logicpd/am3517evm/Makefile
5#
6# Copyright (C) 2011 Mistral Solutions Pvt Ltd
7#
1a459660 8# SPDX-License-Identifier: GPL-2.0+
915162da
S
9#
10
11include $(TOPDIR)/config.mk
12
13LIB = $(obj)lib$(BOARD).o
14
15COBJS := am3517crane.o
16
17SRCS := $(COBJS:.o=.c)
18OBJS := $(addprefix $(obj),$(COBJS))
19
20$(LIB): $(obj).depend $(OBJS)
21 $(call cmd_link_o_target, $(OBJS))
22
915162da
S
23#########################################################################
24
25# defines $(obj).depend target
26include $(SRCTREE)/rules.mk
27
28sinclude $(obj).depend