X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=board%2Fsandpoint%2FMakefile;h=58f5a8905ba2affe261ee07e7b1d3329997b69f5;hb=9067b30008e4c09fb6287d306caf2a6bed08370f;hp=871865b6ee5e5a9be8f9466e52f26cbf99693b87;hpb=c2120fbfbc4d1f6953228f86be8bdbf38bacfdab;p=people%2Fms%2Fu-boot.git diff --git a/board/sandpoint/Makefile b/board/sandpoint/Makefile index 871865b6ee..58f5a8905b 100644 --- a/board/sandpoint/Makefile +++ b/board/sandpoint/Makefile @@ -5,24 +5,4 @@ # SPDX-License-Identifier: GPL-2.0+ # -include $(TOPDIR)/config.mk - -LIB = $(obj)lib$(BOARD).o - -COBJS = $(BOARD).o flash.o - -SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) -OBJS := $(addprefix $(obj),$(COBJS)) -SOBJS := $(addprefix $(obj),$(SOBJS)) - -$(LIB): $(obj).depend $(OBJS) - $(call cmd_link_o_target, $(OBJS)) - -######################################################################### - -# defines $(obj).depend target -include $(SRCTREE)/rules.mk - -sinclude $(obj).depend - -######################################################################### +obj-y = sandpoint.o flash.o