Changeset 2783 in vbox for trunk/src/VBox
- Timestamp:
- May 23, 2007 12:09:53 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/Etherboot-src/Makefile.kmk
r2476 r2783 25 25 BLDPROGS = nrv2b makerom 26 26 LIBRARIES = NetBiosBin 27 28 OTHERS = $(PATH_TARGET)/pcnet32.zrom29 27 30 28 OTHER_CLEAN = \ … … 297 295 # (first occurrence is the call to prelocate in the pciprefix.o file). 298 296 ifeq ($(filter-out darwin.x86 darwin.amd64 os2.x86 solaris.x86 solaris.amd64 win.x86 win.amd64 linux.amd64,$(BUILD_TARGET).$(BUILD_TARGET_ARCH)),) 299 $(PATH_TARGET)/pcnet32.zrom: pcnet32.zrom 297 $(PATH_TARGET)/pcnet32.zrom: pcnet32.zrom | $(call DIRDEP,$(PATH_TARGET)) 300 298 $(CP) -f $< $@ 301 299 else 302 $(PATH_TARGET)/pcnet32.zrom: $(PATH_TARGET)/pcnet32.rom.zprf $(MAKEDEPS) 300 $(PATH_TARGET)/pcnet32.zrom: $(PATH_TARGET)/pcnet32.rom.zprf $(MAKEDEPS) | $(call DIRDEP,$(PATH_TARGET)) 303 301 $(call MSG_TOOL,makerom,NetBiosBin,$<,$@) 304 302 $(QUIET)$(EB_OBJCOPY) -O binary $< [email protected]
Note:
See TracChangeset
for help on using the changeset viewer.