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