VirtualBox

source: vbox/trunk/src/VBox/Additions/solaris/SharedFolders/Makefile.kmk@ 9791

Last change on this file since 9791 was 9175, checked in by vboxsync, 17 years ago

re-export SharedFolders and vbi (installer).

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 775 bytes
Line 
1# $Id: Makefile.kmk 9175 2008-05-27 15:19:34Z vboxsync $
2## @file
3# Sub-Makefile for the Solaris Shared folder kernel module.
4#
5
6#
7# Copyright (C) 2008 Sun Microsystems, Inc.
8#
9# Sun Microsystems, Inc. confidential
10# All rights reserved
11#
12
13DEPTH ?= ../../../../..
14SUB_DEPTH = ../..
15include $(KBUILD_PATH)/subheader.kmk
16
17ifneq ($(KBUILD_HOST),solaris)
18$(error "The Solaris guest additions can only be built on Solaris!")
19endif
20
21#
22# vboxvfs - The Shared Folder Driver
23#
24SYSMODS.solaris += vboxvfs
25vboxvfs_TEMPLATE = VBOXGUESTR0
26vboxvfs_DEFS = VBOX_HGCM
27vboxvfs_INCS := \
28 $(PATH_SUB_CURRENT) \
29 $(PATH_TARGET)
30vboxvfs_SOURCES = \
31 vboxvfs_vfsops.c \
32 vboxvfs_vnops.c
33vboxvfs_LIBS = \
34 $(VBOX_LIB_VBGL_R0) \
35 $(VBOX_LIB_IPRT_GUEST_R0)
36
37include $(KBUILD_PATH)/subfooter.kmk
38
Note: See TracBrowser for help on using the repository browser.

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