Changeset 13153 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- Oct 10, 2008 6:50:57 AM (16 years ago)
- Location:
- trunk/src/VBox/Devices/PC/BIOS
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/Makefile.kmk
r13142 r13153 27 27 # 28 28 VBOX_PATH_DEVICES_SRC ?= $(PATH_ROOT)/src/VBox/Devices 29 30 # 31 # Build program for calculating the PC BIOS checksums. 32 # 33 BLDPROGS += pcbiossums 34 pcbiossums_TEMPLATE = VBOXBLDPROG 35 pcbiossums_SOURCES = biossums.c 36 29 37 30 38 # … … 86 94 87 95 # 5. calculate checksums for the final BIOS image. 88 $$(PATH_PcBiosBin)/pcbios.bin: $$(PATH_PcBiosBin)/pcbios.tmp $$(VBOX_BIOSSUMS) 89 $(call MSG_TOOL,biossums,PcBiosBin,$<,$@) 90 $(QUIET)$(VBOX_BIOSSUMS) $< $@ 96 $$(PATH_PcBiosBin)/pcbios.bin: $$(PATH_PcBiosBin)/pcbios.tmp $$(TARGET_pcbiossums) 97 $(call MSG_TOOL,pcbiossums,PcBiosBin,$<,$@) 98 $(QUIET)$(CP) -f $(PATH_PcBiosBin)/pcbios.tmp $(PATH_PcBiosBin)/pcbios.bin 99 $(QUIET)$(TARGET_pcbiossums) $(PATH_PcBiosBin)/pcbios.bin 91 100 92 101 # 6. create the symbol table.
Note:
See TracChangeset
for help on using the changeset viewer.