]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - post/rules.mk
Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master
[karo-tx-uboot.git] / post / rules.mk
index e2c73c6004a879823b93b1d68e8091dc6f9bf4a3..1efc9c7d97d76f8639a4af8c621786c0c4322e36 100644 (file)
@@ -23,7 +23,9 @@
 
 include $(TOPDIR)/config.mk
 
-SRCS   := $(AOBJS:.o=.S) $(COBJS:.o=.c)
+COBJS  := $(COBJS-y)
+AOBJS  := $(AOBJS-y)
+SRCS   := $(AOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(AOBJS) $(COBJS))
 LIB    := $(obj)$(LIB)