More updated makefiles

This commit is contained in:
Gregory Nutt 2014-09-11 07:08:48 -06:00
parent 22565b22e6
commit 6e25bc1ea2
2 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@ all: .built $(HOST_BIN)
$(TARG_AOBJS): %$(OBJEXT): %.S
$(call ASSEMBLE, $<, $@)
$(TARG_COBJS): %$(OBJEXT): %.c
$(TARG_COBJS) $(TARG_MAINOBJ): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
$(HOST_OBJS): %$(HOSTOBJEXT): %.c

View File

@ -107,7 +107,7 @@ all: .built
$(TARG_AOBJS): %$(OBJEXT): %.S
$(call ASSEMBLE, $<, $@)
$(TARG_COBJS): %$(OBJEXT): %.c
$(TARG_COBJS) $(TARG_MAINOBJ): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
$(TARG_BIN): $(TARG_OBJS) $(HOST_BIN)