VirtualBox

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

最後變更 在這個檔案從10067是 10067,由 vboxsync 提交於 16 年 前

Solaris vboxvfs: root vnode.

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Id
檔案大小: 898 位元組
 
1# $Id: Makefile.kmk 10067 2008-07-01 11:07:51Z 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 \
33 vboxvfs_utils.c
34vboxvfs_LIBS = \
35 $(VBOX_LIB_VBGL_R0) \
36 $(VBOX_LIB_IPRT_GUEST_R0)
37#@todo find out why the additions box freaks out with this...
38#vboxvfs_LDFLAGS += -N drv/vboxguest
39
40include $(KBUILD_PATH)/subfooter.kmk
41
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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