VirtualBox

Ignore:
Timestamp:
Mar 4, 2010 11:59:54 AM (15 years ago)
Author:
vboxsync
Message:

makefiles: Preps for building the test suite.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/Makefile.kmk

    r26336 r27014  
    55
    66#
    7 # Copyright (C) 2006-2007 Sun Microsystems, Inc.
     7# Copyright (C) 2006-2010 Sun Microsystems, Inc.
    88#
    99# This file is part of VirtualBox Open Source Edition (OSE), as
     
    3636#
    3737LIBRARIES += SUPR3 SUPR3HardenedStatic
    38 ifndef VBOX_ONLY_DOCS
     38if !defined(VBOX_ONLY_DOCS) && !defined(VBOX_ONLY_TESTSUITE)
    3939 ifeq ($(filter-out pe lx,$(VBOX_LDR_FMT)),)
    4040  LIBRARIES += SUPR0
     
    6868  include $(PATH_SUB_CURRENT)/freebsd/files_vboxdrv
    6969 endif
    70 endif # !VBOX_ONLY_DOCS
     70endif # !defined(VBOX_ONLY_DOCS) && !defined(VBOX_ONLY_TESTSUITE)
    7171
    7272
     
    108108        $(KBUILD_TARGET)/SUPLib-$(KBUILD_TARGET).cpp
    109109
    110 ifndef VBOX_ONLY_DOCS
     110if !defined(VBOX_ONLY_DOCS) && !defined(VBOX_ONLY_TESTSUITE)
    111111
    112112#
     
    477477
    478478
    479 endif # !VBOX_ONLY_DOCS
     479endif # !defined(VBOX_ONLY_DOCS) && !defined(VBOX_ONLY_TESTSUITE)
    480480include $(KBUILD_PATH)/subfooter.kmk
    481481
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette