X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=board%2Ffads%2FMakefile;h=ea8b5c0d81b516e2ecd86a881fe755bad7f9d5ba;hb=1fa3a634137c9f40b207cff1079fe0dfbd9b3378;hp=7fc88ee82466818d98b5036ba7da9c2601456849;hpb=b5338b23a15779204cccb0706c06087b86c22f07;p=oweals%2Fu-boot.git diff --git a/board/fads/Makefile b/board/fads/Makefile index 7fc88ee824..ea8b5c0d81 100644 --- a/board/fads/Makefile +++ b/board/fads/Makefile @@ -1,40 +1,8 @@ # -# (C) Copyright 2000 +# (C) Copyright 2000-2006 # Wolfgang Denk, DENX Software Engineering, wd@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 = lib$(BOARD).a - -OBJS = $(BOARD).o flash.o lamp.o pcmcia.o - -$(LIB): .depend $(OBJS) - $(AR) crv $@ $(OBJS) - -######################################################################### - -.depend: Makefile $(SOBJS:.o=.S) $(OBJS:.o=.c) - $(CC) -M $(CFLAGS) $(SOBJS:.o=.S) $(OBJS:.o=.c) > $@ - -sinclude .depend -######################################################################### +obj-y = fads.o flash.o lamp.o pcmcia.o