VirtualBox

Ignore:
Timestamp:
Apr 26, 2007 7:12:03 PM (18 years ago)
Author:
vboxsync
Message:

use kBuild-provided msg macros

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/BIOS/Makefile

    r1457 r2366  
    7979# 2. compile to intermediate asm file.
    8080$(PATH_TARGET)/rombios0.s: $(PATH_TARGET)/_rombios_.c
    81         $(call MSG_L1,Compiling $<,=> $@)
     81        $(call MSG_COMPILE,PcBiosBin,$<,$@,C)
    8282        $(QUIET)$(VBOX_BCC) -o $@ -C-c -D__i86__ -0 -S $^
    8383
     
    8989# 4. assemble the intermediate asm file. (also creates a listing rombios.lst)
    9090$(PATH_TARGET)/bios.tmp $(PATH_TARGET)/bios.lst: $(PATH_TARGET)/rombios1.s
    91         $(call MSG_L1,Compiling $<,=> $@)
     91        $(call MSG_COMPILE,PcBiosBin,$<,$@,AS)
    9292        $(QUIET)$(VBOX_AS86) -b $(PATH_TARGET)/bios.tmp -u- -w- -g -0 -j -O -l $(PATH_TARGET)/bios.lst - < $^
    9393
Note: See TracChangeset for help on using the changeset viewer.

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