X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fa3m071%2FMakefile;h=4e31e33936f3e8133c776b691a19a1a9be50b200;hb=aec84bf6719f9efcc754acfb08b8ca866c8a5e95;hp=6f961fb6e363f93b3fe04ae4160b5546192d11e7;hpb=96764df1b47ddebfb50fadf5af72530b07b5fc89;p=u-boot diff --git a/board/a3m071/Makefile b/board/a3m071/Makefile index 6f961fb6e3..4e31e33936 100644 --- a/board/a3m071/Makefile +++ b/board/a3m071/Makefile @@ -1,36 +1,5 @@ # -# See file CREDITS for list of people who contributed to this -# project. +# SPDX-License-Identifier: GPL-2.0+ # -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of -# the License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# - -include $(TOPDIR)/config.mk - -LIB = $(obj)lib$(BOARD).o - -COBJS := $(BOARD).o - -SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) -OBJS := $(addprefix $(obj),$(COBJS)) -SOBJS := $(addprefix $(obj),$(SOBJS)) - -$(LIB): $(obj).depend $(OBJS) - $(call cmd_link_o_target, $(OBJS)) - -######################################################################### - -# defines $(obj).depend target -include $(SRCTREE)/rules.mk - -sinclude $(obj).depend -######################################################################### +obj-y := a3m071.o