X-Git-Url: http://git.buserror.net/cgi-bin/gitweb.cgi?p=polintos%2Fscott%2Fpriv.git;a=blobdiff_plain;f=kernel%2Farch%2Fx64%2FMakefile.final;fp=kernel%2Farch%2Fx64%2FMakefile.final;h=6f848dabd89dd175873f5df0d41efa1ee6ce1eb4;hp=709adf0e1a01aa34d7c2d6154045d952f0918ed1;hb=cbc65abe11c50aed3d5e7be7d1e736d5ced4f4e8;hpb=139f54779f6395a1828261423cd8013ca940ff36 diff --git a/kernel/arch/x64/Makefile.final b/kernel/arch/x64/Makefile.final index 709adf0..6f848da 100644 --- a/kernel/arch/x64/Makefile.final +++ b/kernel/arch/x64/Makefile.final @@ -3,9 +3,9 @@ CXXFLAGS += -mno-red-zone -mcmodel=kernel -fno-omit-frame-pointer $(BUILDDIR)/kernel: $(OBJS) $(DIR)linker-script @echo $(COMP): Linking kernel: $@ - @$(MKDIR) $(dir $@) - @$(LD) $(OBJS) -o "$@" -T$(DIR)linker-script + $(V)$(MKDIR) $(dir $@) + $(V)$(LD) $(LDFLAGS) $(OBJS) -o "$@" -T$(DIR)linker-script $(BUILDDIR)/kernel.stripped: $(BUILDDIR)/kernel @echo $(COMP): Stripping kernel: $@ - @$(STRIP) $(BUILDDIR)/kernel -o "$@" + $(V)$(STRIP) $(BUILDDIR)/kernel -o "$@"