Changeset 27014 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Mar 4, 2010 11:59:54 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/Makefile.kmk
r26336 r27014 5 5 6 6 # 7 # Copyright (C) 2006-20 07Sun Microsystems, Inc.7 # Copyright (C) 2006-2010 Sun Microsystems, Inc. 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 36 36 # 37 37 LIBRARIES += SUPR3 SUPR3HardenedStatic 38 if ndef VBOX_ONLY_DOCS38 if !defined(VBOX_ONLY_DOCS) && !defined(VBOX_ONLY_TESTSUITE) 39 39 ifeq ($(filter-out pe lx,$(VBOX_LDR_FMT)),) 40 40 LIBRARIES += SUPR0 … … 68 68 include $(PATH_SUB_CURRENT)/freebsd/files_vboxdrv 69 69 endif 70 endif # ! VBOX_ONLY_DOCS70 endif # !defined(VBOX_ONLY_DOCS) && !defined(VBOX_ONLY_TESTSUITE) 71 71 72 72 … … 108 108 $(KBUILD_TARGET)/SUPLib-$(KBUILD_TARGET).cpp 109 109 110 if ndef VBOX_ONLY_DOCS110 if !defined(VBOX_ONLY_DOCS) && !defined(VBOX_ONLY_TESTSUITE) 111 111 112 112 # … … 477 477 478 478 479 endif # ! VBOX_ONLY_DOCS479 endif # !defined(VBOX_ONLY_DOCS) && !defined(VBOX_ONLY_TESTSUITE) 480 480 include $(KBUILD_PATH)/subfooter.kmk 481 481
Note:
See TracChangeset
for help on using the changeset viewer.