Changeset 1846 in vbox for trunk/src/VBox/Devices/PC/Etherboot-src/Makefile.kmk
- Timestamp:
- Apr 1, 2007 4:00:15 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/Etherboot-src/Makefile.kmk
r344 r1846 295 295 # the final binary to 0xffc00000 and filling out relocations incorrectly 296 296 # (first occurrence is the call to prelocate in the pciprefix.o file). 297 ifeq ($(filter-out darwin.x86 darwin.amd64 os2.x86 win.x86 win.amd64 linux.amd64,$(BUILD_TARGET).$(BUILD_TARGET_ARCH)),)297 ifeq ($(filter-out darwin.x86 darwin.amd64 os2.x86 solaris.x86 solaris.amd64 win.x86 win.amd64 linux.amd64,$(BUILD_TARGET).$(BUILD_TARGET_ARCH)),) 298 298 $(PATH_TARGET)/pcnet32.zrom: pcnet32.zrom 299 299 $(CP) -f $< $@
Note:
See TracChangeset
for help on using the changeset viewer.