- Timestamp:
- Apr 30, 2009 7:03:36 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/Etherboot-src/Makefile.kmk
r8760 r19279 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 solaris.x86 solaris.amd64 win.x86 win.amd64 linux.amd64 ,$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)),)297 ifeq ($(filter-out darwin.x86 darwin.amd64 os2.x86 solaris.x86 solaris.amd64 win.x86 win.amd64 linux.amd64 freebsd.amd64,$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)),) 298 298 $(PATH_TARGET)/pcnet32.zrom: pcnet32.zrom | $(call DIRDEP,$(PATH_TARGET)) 299 299 $(CP) -f $< $@
Note:
See TracChangeset
for help on using the changeset viewer.