]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/BuS/eb_cpux9k2/Makefile
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / board / BuS / eb_cpux9k2 / Makefile
CommitLineData
77e7273c
JS
1#
2# (C) Copyright 2003-2006
3# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4#
1a459660 5# SPDX-License-Identifier: GPL-2.0+
77e7273c
JS
6#
7
8include $(TOPDIR)/config.mk
9
6d8962e8 10LIB = $(obj)lib$(BOARD).o
77e7273c
JS
11
12COBJS := cpux9k2.o
13
14SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
15OBJS := $(addprefix $(obj),$(COBJS))
16SOBJS := $(addprefix $(obj),$(SOBJS))
17
18$(LIB): $(obj).depend $(OBJS) $(SOBJS)
6d8962e8 19 $(call cmd_link_o_target, $(OBJS) $(SOBJS))
77e7273c 20
77e7273c
JS
21#########################################################################
22
23# defines $(obj).depend target
24include $(SRCTREE)/rules.mk
25
26sinclude $(obj).depend
27
28#########################################################################