]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/psyent/pci5441/Makefile
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / board / psyent / pci5441 / Makefile
CommitLineData
5c952cf0 1#
f9328639 2# (C) Copyright 2001-2006
5c952cf0
WD
3# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4#
1a459660 5# SPDX-License-Identifier: GPL-2.0+
5c952cf0
WD
6#
7
8include $(TOPDIR)/config.mk
f9328639
MB
9ifneq ($(OBJTREE),$(SRCTREE))
10$(shell mkdir -p $(obj)../common)
11endif
5c952cf0 12
6d8962e8 13LIB = $(obj)lib$(BOARD).o
5c952cf0
WD
14
15COMOBJS := ../common/AMDLV065D.o
16
f9328639 17COBJS := $(BOARD).o $(COMOBJS)
5c952cf0 18
f9328639
MB
19SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
20OBJS := $(addprefix $(obj),$(COBJS))
21SOBJS := $(addprefix $(obj),$(SOBJS))
5c952cf0 22
f9328639 23$(LIB): $(obj).depend $(OBJS)
6d8962e8 24 $(call cmd_link_o_target, $(OBJS))
5c952cf0 25
5c952cf0
WD
26#########################################################################
27
f9328639
MB
28# defines $(obj).depend target
29include $(SRCTREE)/rules.mk
5c952cf0 30
f9328639 31sinclude $(obj).depend
5c952cf0
WD
32
33#########################################################################