]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/AndesTech/adp-ag101/Makefile
Merge branch 'master' of git://git.denx.de/u-boot-nds32
[karo-tx-uboot.git] / board / AndesTech / adp-ag101 / Makefile
index a4916cb5c1b5fe6ff21c3f8b95d42ffb659263d3..826414f5b19cf45de74c6bec18527f1b0a2c4578 100644 (file)
@@ -10,10 +10,10 @@ include $(TOPDIR)/config.mk
 
 LIB    = $(obj)lib$(BOARD).o
 
-COBJS  := adp-ag101.o
+COBJS-y        := adp-ag101.o
 
-SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)
-OBJS   := $(addprefix $(obj),$(COBJS) $(SOBJS))
+SRCS   := $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c)
+OBJS   := $(addprefix $(obj),$(COBJS-y) $(SOBJS-y))
 
 $(LIB):        $(OBJS)
        $(call cmd_link_o_target, $(OBJS))