X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fpcs440ep%2FMakefile;h=4fc24d6c5dd836d9d75aace73fb8293ef8bbbc89;hb=82450b9a62f381ed3ef40ef3753dd4bda61db90e;hp=851859d0456cb5a2f2d933989442fea88087d326;hpb=326ea986ac150acdc7656d57fca647db80b50158;p=u-boot diff --git a/board/pcs440ep/Makefile b/board/pcs440ep/Makefile index 851859d045..4fc24d6c5d 100644 --- a/board/pcs440ep/Makefile +++ b/board/pcs440ep/Makefile @@ -5,25 +5,5 @@ # SPDX-License-Identifier: GPL-2.0+ # -include $(TOPDIR)/config.mk - -LIB = $(obj)lib$(BOARD).o - -COBJS = $(BOARD).o flash.o -SOBJS = init.o - -SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) -OBJS := $(addprefix $(obj),$(COBJS)) -SOBJS := $(addprefix $(obj),$(SOBJS)) - -$(LIB): $(OBJS) $(SOBJS) - $(call cmd_link_o_target, $(OBJS)) - -######################################################################### - -# defines $(obj).depend target -include $(SRCTREE)/rules.mk - -sinclude $(obj).depend - -######################################################################### +obj-y = pcs440ep.o flash.o +extra-y += init.o