X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=drivers%2Ftwserial%2FMakefile;h=7cc7c4de82428396784f0d42bc5103c4221950c6;hb=d348a943e77ed72dd809cecf03365552545382b2;hp=0b059f312bd355221b265a31f33a388c385b8360;hpb=dfc91c33957c95da34e3888dc87912d5c15a7603;p=oweals%2Fu-boot.git diff --git a/drivers/twserial/Makefile b/drivers/twserial/Makefile index 0b059f312b..7cc7c4de82 100644 --- a/drivers/twserial/Makefile +++ b/drivers/twserial/Makefile @@ -2,45 +2,7 @@ # (C) Copyright 2009 # Detlev Zundel, DENX Software Engineering, dzu@denx.de. # -# 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. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, -# MA 02111-1307 USA -# - -include $(TOPDIR)/config.mk - -LIB := $(obj)libtws.a - -COBJS-$(CONFIG_SOFT_TWS) += soft_tws.o - -COBJS := $(COBJS-y) -SRCS := $(COBJS:.o=.c) -OBJS := $(addprefix $(obj),$(COBJS)) - -all: $(LIB) - -$(LIB): $(obj).depend $(OBJS) - $(AR) $(ARFLAGS) $@ $(OBJS) - -######################################################################### - -# defines $(obj).depend target -include $(SRCTREE)/rules.mk - -sinclude $(obj).depend -######################################################################### +obj-$(CONFIG_SOFT_TWS) += soft_tws.o