]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/esg/ima3-mx53/Makefile
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / board / esg / ima3-mx53 / Makefile
CommitLineData
79656d27
SB
1#
2# Copyright (C) 2012, Stefano Babic <sbabic@denx.de>
3#
4# Based on ti/evm/Makefile
5#
1a459660 6# SPDX-License-Identifier: GPL-2.0+
79656d27
SB
7#
8
9include $(TOPDIR)/config.mk
10
11LIB = $(obj)lib$(BOARD).o
12
13COBJS := ima3-mx53.o
14
bd4219b6 15SRCS := $(COBJS:.o=.c)
79656d27
SB
16OBJS := $(addprefix $(obj),$(COBJS))
17
18$(LIB): $(obj).depend $(OBJS)
19 $(call cmd_link_o_target, $(OBJS))
20
21#########################################################################
22
23# defines $(obj).depend target
24include $(SRCTREE)/rules.mk
25
26sinclude $(obj).depend
27
28#########################################################################