]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/renesas/sh7752evb/Makefile
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / board / renesas / sh7752evb / Makefile
CommitLineData
1a2621ba
YS
1#
2# Copyright (C) 2012 Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
3#
1a459660 4# SPDX-License-Identifier: GPL-2.0+
1a2621ba
YS
5
6include $(TOPDIR)/config.mk
7
8LIB = $(obj)lib$(BOARD).o
9
10COBJS := sh7752evb.o spi-boot.o
11SOBJS := lowlevel_init.o
12
13$(LIB): $(obj).depend $(COBJS) $(SOBJS)
14 $(call cmd_link_o_target, $(COBJS) $(SOBJS))
15
16#########################################################################
17
18# defines $(obj).depend target
19include $(SRCTREE)/rules.mk
20
21sinclude $(obj).depend
22
23#########################################################################