X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=board%2Fwoodburn%2FMakefile;h=9c3cd6934aef323fca1f021eef0a1d5e323ac60b;hb=1c1fd9f9689b6a963cb959d95cb884dd783af823;hp=b60163f9fd42fcee1370c04d7db7b3db4cad9627;hpb=3e4d27b06d7484040355e22eec2cbce7335d6dab;p=oweals%2Fu-boot.git diff --git a/board/woodburn/Makefile b/board/woodburn/Makefile index b60163f9fd..9c3cd6934a 100644 --- a/board/woodburn/Makefile +++ b/board/woodburn/Makefile @@ -1,43 +1,8 @@ +# SPDX-License-Identifier: GPL-2.0+ # # Copyright (C) 2007, Guennadi Liakhovetski # # (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. -# -# 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