build: Allow specifying extra object files when linking HOSTPROGS

This commit is contained in:
Diego Biurrun 2013-11-10 22:19:07 +01:00
parent 9eda9d3322
commit e8fcdebb17
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ $(HOSTOBJS): %.o: %.c
$(call COMPILE,HOSTCC)
$(HOSTPROGS): %$(HOSTEXESUF): %.o
$(HOSTLD) $(HOSTLDFLAGS) $(HOSTLD_O) $< $(HOSTLIBS)
$(HOSTLD) $(HOSTLDFLAGS) $(HOSTLD_O) $^ $(HOSTLIBS)
$(OBJS): | $(sort $(dir $(OBJS)))
$(HOBJS): | $(sort $(dir $(HOBJS)))