X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=board%2Fxes%2Fxpedite1000%2FMakefile;fp=board%2Fxes%2Fxpedite1000%2FMakefile;h=308de91c9d0714445a8e8274995adfea5d5b12b5;hb=377e1048d3065b97b21fea0763b77f1786d5b654;hp=1d80df8b74d0ab95346425a73036275ba14a056f;hpb=a79854a90f7297ddfda2114c867fd62643fa6e3a;p=karo-tx-uboot.git diff --git a/board/xes/xpedite1000/Makefile b/board/xes/xpedite1000/Makefile index 1d80df8b74..308de91c9d 100644 --- a/board/xes/xpedite1000/Makefile +++ b/board/xes/xpedite1000/Makefile @@ -5,25 +5,5 @@ # SPDX-License-Identifier: GPL-2.0+ # -include $(TOPDIR)/config.mk - -LIB = $(obj)lib$(BOARD).o - -COBJS = $(BOARD).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 = xpedite1000.o +extra-y += init.o