]> Git Repo - J-u-boot.git/blame - board/freescale/mpc8315erdb/Makefile
Add GPL-2.0+ SPDX-License-Identifier to source files
[J-u-boot.git] / board / freescale / mpc8315erdb / Makefile
CommitLineData
8bd522ce
DL
1#
2# (C) Copyright 2006
3# Wolfgang Denk, DENX Software Engineering, [email protected].
4#
1a459660 5# SPDX-License-Identifier: GPL-2.0+
8bd522ce
DL
6#
7
8include $(TOPDIR)/config.mk
9
6d8962e8 10LIB = $(obj)lib$(BOARD).o
8bd522ce
DL
11
12COBJS := $(BOARD).o sdram.o
13
14SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
15OBJS := $(addprefix $(obj),$(COBJS))
16SOBJS := $(addprefix $(obj),$(SOBJS))
17
18$(LIB): $(obj).depend $(OBJS)
6d8962e8 19 $(call cmd_link_o_target, $(OBJS))
8bd522ce 20
8bd522ce
DL
21#########################################################################
22
23# defines $(obj).depend target
24include $(SRCTREE)/rules.mk
25
26sinclude $(obj).depend
27
28#########################################################################
This page took 0.213229 seconds and 4 git commands to generate.