Changeset 46946 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jul 3, 2013 4:15:51 PM (11 years ago)
- Location:
- trunk/src/VBox/Devices
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/BIOS/Makefile.kmk
r43610 r46946 136 136 137 137 138 # 139 # Install the symbol file for the BIOS. 140 # 141 INSTALLS += VBoxVgaBiosSym 142 VBoxVgaBiosSym_TEMPLATE = VBoxDbgSyms 143 VBoxVgaBiosSym_SOURCES = $(basename $(VBoxVgaBios_1_TARGET)).sym 144 145 138 146 include $(FILE_KBUILD_SUB_FOOTER) 139 147 -
trunk/src/VBox/Devices/PC/BIOS/Makefile.kmk
r42770 r46946 131 131 endif 132 132 133 134 # 135 # Install the symbol file for the BIOS. 136 # 137 INSTALLS += VBoxPcBiosSym 138 VBoxPcBiosSym_TEMPLATE = VBoxDbgSyms 139 VBoxPcBiosSym_SOURCES = $(basename $(VBoxPcBios_1_TARGET)).sym 140 141 133 142 include $(FILE_KBUILD_SUB_FOOTER) 134 143
Note:
See TracChangeset
for help on using the changeset viewer.