summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers/Makefile.utils
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers/Makefile.utils')
-rw-r--r--meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers/Makefile.utils6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers/Makefile.utils b/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers/Makefile.utils
index 3749b95ad..495601f08 100644
--- a/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers/Makefile.utils
+++ b/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers/Makefile.utils
@@ -10,8 +10,10 @@
10## 10##
11## ----------------------------------------------------------------------- 11## -----------------------------------------------------------------------
12 12
13INCLUDES = -I. -I../vboxsf 13INCLUDES = -I. -I../vboxsf -I../vboxsf/include
14CFLAGS = ${INCLUDES} 14MOD_DEFS = -DRT_OS_LINUX -DIN_RING0 -DIN_RT_R0 \
15 -DIN_SUP_R0 -DVBOX -DVBOX_WITH_HGCM -DIN_MODULE -DIN_GUEST_R0
16CFLAGS = ${INCLUDES} ${MOD_DEFS}
15LDFLAGS = 17LDFLAGS =
16 18
17SRCS = mount.vboxsf.c \ 19SRCS = mount.vboxsf.c \