X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=board%2Fsandpoint%2FMakefile;h=58f5a8905ba2affe261ee07e7b1d3329997b69f5;hb=9067b30008e4c09fb6287d306caf2a6bed08370f;hp=d6bbf2f297ea09668281289a120e69402a3fe5ad;hpb=8bde7f776c77b343aca29b8c7b58464d915ac245;p=people%2Fms%2Fu-boot.git diff --git a/board/sandpoint/Makefile b/board/sandpoint/Makefile index d6bbf2f297..58f5a8905b 100644 --- a/board/sandpoint/Makefile +++ b/board/sandpoint/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 - -$(LIB): .depend $(OBJS) - $(AR) crv $@ $(OBJS) - -######################################################################### - -.depend: Makefile $(OBJS:.o=.c) - $(CC) -M $(CFLAGS) $(OBJS:.o=.c) > $@ - -sinclude .depend -######################################################################### +obj-y = sandpoint.o flash.o