diff options
Diffstat (limited to 'post/rules.mk')
-rw-r--r-- | post/rules.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/post/rules.mk b/post/rules.mk index e2c73c6004a..94e72bec62a 100644 --- a/post/rules.mk +++ b/post/rules.mk @@ -23,6 +23,8 @@ include $(TOPDIR)/config.mk +COBJS := $(COBJS-y) +AOBJS := $(AOBJS-y) SRCS := $(AOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(AOBJS) $(COBJS)) LIB := $(obj)$(LIB) |