X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=board%2FLaCie%2Fwireless_space%2FMakefile;h=90a84f489262b19bec4f96a8c04fdcec7739bfeb;hb=a891601ce51edbafa1a2750c96a618e4fcbca1c2;hp=b43c3d3bfedf96840b4f0ba95f397d6608c519ba;hpb=ea33fb1a32e8e3f408b311823cabbb7453148f80;p=karo-tx-uboot.git diff --git a/board/LaCie/wireless_space/Makefile b/board/LaCie/wireless_space/Makefile index b43c3d3bfe..90a84f4892 100644 --- a/board/LaCie/wireless_space/Makefile +++ b/board/LaCie/wireless_space/Makefile @@ -6,41 +6,7 @@ # Marvell Semiconductor # Written-by: Prafulla Wadaskar # -# 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. -# - -include $(TOPDIR)/config.mk -ifneq ($(OBJTREE),$(SRCTREE)) -$(shell mkdir -p $(obj)../common) -endif - -LIB = $(obj)lib$(BOARD).o - -COBJS := $(BOARD).o ../common/common.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 := wireless_space.o ../common/common.o