Changeset 10045 in vbox
- Timestamp:
- Jul 1, 2008 12:17:20 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Makefile.kmk
r10044 r10045 38 38 include $(PATH_SUB_CURRENT)/Storage/VBoxHDDFormats/Makefile.kmk 39 39 endif 40 41 # Subdirs with complex makefiles.42 40 ifdef VBOX_WITH_INTEL_PXE 43 SUBDIRS_LIBRARIES = PC/PXE 44 SUBDIRS_CLEAN = PC/PXE 41 include $(PATH_SUB_CURRENT)/PC/PXE/Makefile.kmk 45 42 else 46 SUBDIRS_LIBRARIES = PC/Etherboot-src 47 SUBDIRS_CLEAN = PC/Etherboot-src 43 # Subdir with complex makefile. 44 SUBDIRS_LIBRARIES = PC/Etherboot-src 45 SUBDIRS_CLEAN = PC/Etherboot-src 48 46 endif 49 47
Note:
See TracChangeset
for help on using the changeset viewer.