]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - post/rules.mk
NAND: show manufacturer and device ID for unknown chips
[people/ms/u-boot.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)