Makefile revision 677833bc953b6cb418c701facbdcf4aa18d6c44e
1280N/A# available from http://www.virtualbox.org. This file is free software;
1280N/APcBiosBin_INCS = ../..
1280N/APcDefBiosLogo_INCS = ../..
1280N/A# Six steps to bios.bin and bios-syms.h
1280N/A $(call MSG_L1,Precompiling $<,=> $@)
1280N/A $(QUIET)$(TOOL_$(VBOX_GCC_TOOL)_CC) -E -I$(PATH_TARGET) -I$(PATH_CURRENT)/.. -DBX_SMP_PROCESSORS=1 -DVBOX $(addprefix -D,$(DEFS) $(DEFS.$(BUILD_TYPE))) -P $< > $@
6207N/A# 4. assemble the intermediate asm file. (also creates a listing rombios.lst)
2086N/A $(QUIET)$(VBOX_AS86) -b $(PATH_TARGET)/bios.tmp -u- -w- -g -0 -j -O -l $(PATH_TARGET)/bios.lst - < $^