X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=board%2Fpandora%2FMakefile;h=c05c8fb854b6f6b71657cab170966f2ae17827d1;hb=04909251fdecac9d05e527b83e86e043e8df00ea;hp=b41e8a0a54caf7930f41cd7bdb17800032370037;hpb=127f9ae575991aee3e105e1448c49b5b4e254998;p=platform%2Fkernel%2Fu-boot.git diff --git a/board/pandora/Makefile b/board/pandora/Makefile index b41e8a0..c05c8fb 100644 --- a/board/pandora/Makefile +++ b/board/pandora/Makefile @@ -1,49 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0+ # # (C) Copyright 2000, 2001, 2002 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# See file CREDITS for list of people who contributed to this -# project. -# -# 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)lib$(BOARD).a - -COBJS := pandora.o - -SRCS := $(COBJS:.o=.c) -OBJS := $(addprefix $(obj),$(COBJS)) - -$(LIB): $(obj).depend $(OBJS) - $(AR) $(ARFLAGS) $@ $(OBJS) - -clean: - rm -f $(OBJS) - -distclean: clean - rm -f $(LIB) core *.bak $(obj).depend - -######################################################################### - -# defines $(obj).depend target -include $(SRCTREE)/rules.mk - -sinclude $(obj).depend -######################################################################### +obj-y := pandora.o