]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/cpu/arm1136/mx31/Makefile
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / arch / arm / cpu / arm1136 / mx31 / Makefile
CommitLineData
9b56f4f0
SH
1#
2# (C) Copyright 2000-2006
3# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4#
1a459660 5# SPDX-License-Identifier: GPL-2.0+
9b56f4f0
SH
6#
7
8include $(TOPDIR)/config.mk
9
6d8962e8 10LIB = $(obj)lib$(SOC).o
9b56f4f0 11
b54384e3
JCPV
12COBJS += generic.o
13COBJS += timer.o
dd2f6965 14COBJS += devices.o
9b56f4f0
SH
15
16SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
17OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS))
18
19all: $(obj).depend $(LIB)
20
21$(LIB): $(OBJS)
6d8962e8 22 $(call cmd_link_o_target, $(OBJS))
9b56f4f0
SH
23
24#########################################################################
25
26# defines $(obj).depend target
27include $(SRCTREE)/rules.mk
28
29sinclude $(obj).depend
30
31#########################################################################