VirtualBox

Ignore:
Timestamp:
Apr 4, 2007 8:25:13 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
20162
Message:

muldiv64() => ASMMultU64ByU32DivByU32(); dma.c => DevDMA.cpp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/Etherboot-src/Makefile.kmk

    r1846 r1912  
    198198# General rules for compiling/assembling source files.
    199199$(PATH_TARGET)/%.o: core/%.c $(MAKEDEPS)
    200         $(call MSG_L1,Compiling $<,=> $@)
     200        $(call MSG_COMPILE,$@,$<,$@,CC)
    201201        $(QUIET)$(EB_CC) $(EB_CFLAGS) -o $@ -c $<
    202202
    203203$(PATH_TARGET)/%.o: drivers/net/%.c $(MAKEDEPS)
    204         $(call MSG_L1,Compiling $<,=> $@)
     204        $(call MSG_COMPILE,$@,$<,$@,CC)
    205205        $(QUIET)$(EB_CC) $(EB_CFLAGS) -o $@ -c $<
    206206
    207207$(PATH_TARGET)/%.o: arch/$(ARCH)/core/%.c $(MAKEDEPS)
    208         $(call MSG_L1,Compiling $<,=> $@)
     208        $(call MSG_COMPILE,$@,$<,$@,CC)
    209209        $(QUIET)$(EB_CC) $(EB_CFLAGS) -o $@ -c $<
    210210
     
    227227# General rules for generating runtime (rt) files.
    228228$(PATH_TARGET)/%.rt.o: $(PATH_TARGET)/%.o $(START) $(PATH_TARGET)/config.o $(BLIB) $(MAKEDEPS)
     229        $(call MSG_LINK,$@,$@)
    229230        $(call MSG_L1,Linking $@)
    230231        $(QUIET)$(EB_LD) $(EB_LDFLAGS) -r $(START) $(PATH_TARGET)/config.o $< $(BLIB) -o $@
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette