]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/AndesTech/adp-ag102/Makefile
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / board / AndesTech / adp-ag102 / Makefile
CommitLineData
fd8fed44
ML
1#
2# Copyright (C) 2011 Andes Technology Corporation
3# Macpaul Lin, Andes Technology Corporation <macpaul@andestech.com>
4#
1a459660 5# SPDX-License-Identifier: GPL-2.0+
fd8fed44
ML
6#
7
8include $(TOPDIR)/config.mk
9
10LIB = $(obj)lib$(BOARD).o
11
12COBJS := adp-ag102.o
13
14SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
15OBJS := $(addprefix $(obj),$(COBJS) $(SOBJS))
16
17$(LIB): $(OBJS)
18 $(call cmd_link_o_target, $(OBJS))
19
20#########################################################################
21
22# defines $(obj).depend target
23include $(SRCTREE)/rules.mk
24
25sinclude $(obj).depend
26
27#########################################################################