X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fwoodburn%2FMakefile;h=db2b2d54edbef6de1bc23e19907e56a5e2e56771;hb=ca7628a91136364235de8fb4bd699944b981c504;hp=b60163f9fd42fcee1370c04d7db7b3db4cad9627;hpb=2c601c7208713ba9b2158c57adcf515f4bdbc212;p=u-boot diff --git a/board/woodburn/Makefile b/board/woodburn/Makefile index b60163f9fd..db2b2d54ed 100644 --- a/board/woodburn/Makefile +++ b/board/woodburn/Makefile @@ -3,41 +3,8 @@ # # (C) Copyright 2008-2009 Freescale Semiconductor, Inc. # -# 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. +# SPDX-License-Identifier: GPL-2.0+ # -# 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).o - -COBJS := woodburn.o -SOBJS := lowlevel_init.o - -SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) -OBJS := $(addprefix $(obj),$(COBJS)) -SOBJS := $(addprefix $(obj),$(SOBJS)) - -$(LIB): $(obj).depend $(OBJS) $(SOBJS) - $(call cmd_link_o_target, $(OBJS) $(SOBJS)) - -######################################################################### - -# defines $(obj).depend target -include $(SRCTREE)/rules.mk - -sinclude $(obj).depend -######################################################################### +obj-y := woodburn.o +obj-y += lowlevel_init.o