Makefile.kmk revision 7fdd763c6c507adde17f4bd278b15891b8ebf568
65fea56f17cd614bc8908264df980a62e1931468vboxsync# $Id$
65fea56f17cd614bc8908264df980a62e1931468vboxsync## @file
65fea56f17cd614bc8908264df980a62e1931468vboxsync# Top-level makefile for the VBox Host drivers.
65fea56f17cd614bc8908264df980a62e1931468vboxsync#
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsync#
65fea56f17cd614bc8908264df980a62e1931468vboxsync# Copyright (C) 2006-2007 Sun Microsystems, Inc.
65fea56f17cd614bc8908264df980a62e1931468vboxsync#
65fea56f17cd614bc8908264df980a62e1931468vboxsync# This file is part of VirtualBox Open Source Edition (OSE), as
65fea56f17cd614bc8908264df980a62e1931468vboxsync# available from http://www.virtualbox.org. This file is free software;
65fea56f17cd614bc8908264df980a62e1931468vboxsync# you can redistribute it and/or modify it under the terms of the GNU
65fea56f17cd614bc8908264df980a62e1931468vboxsync# General Public License (GPL) as published by the Free Software
65fea56f17cd614bc8908264df980a62e1931468vboxsync# Foundation, in version 2 as it comes in the "COPYING" file of the
65fea56f17cd614bc8908264df980a62e1931468vboxsync# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
65fea56f17cd614bc8908264df980a62e1931468vboxsync# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
65fea56f17cd614bc8908264df980a62e1931468vboxsync#
65fea56f17cd614bc8908264df980a62e1931468vboxsync# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
65fea56f17cd614bc8908264df980a62e1931468vboxsync# Clara, CA 95054 USA or visit http://www.sun.com if you need
65fea56f17cd614bc8908264df980a62e1931468vboxsync# additional information or have any questions.
65fea56f17cd614bc8908264df980a62e1931468vboxsync#
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncDEPTH = ../../..
65fea56f17cd614bc8908264df980a62e1931468vboxsyncinclude $(PATH_KBUILD)/subheader.kmk
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsync# Include sub-makefiles.
65fea56f17cd614bc8908264df980a62e1931468vboxsyncinclude $(PATH_SUB_CURRENT)/Support/Makefile.kmk
65fea56f17cd614bc8908264df980a62e1931468vboxsyncifeq ($(KBUILD_TARGET),win)
65fea56f17cd614bc8908264df980a62e1931468vboxsync include $(PATH_SUB_CURRENT)/VBoxTAP/Makefile.kmk
65fea56f17cd614bc8908264df980a62e1931468vboxsyncendif
65fea56f17cd614bc8908264df980a62e1931468vboxsyncifdef VBOX_WITH_USB
65fea56f17cd614bc8908264df980a62e1931468vboxsync include $(PATH_SUB_CURRENT)/VBoxUSB/Makefile.kmk
65fea56f17cd614bc8908264df980a62e1931468vboxsyncendif
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsync# Let kBuild generate the rules.
65fea56f17cd614bc8908264df980a62e1931468vboxsyncinclude $(PATH_KBUILD)/subfooter.kmk
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsync