blob: 6cbc6e1b2193d85de75476b26f362f5a88b5c41e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- src/VBox/HostDrivers/Support/freebsd/Makefile.orig 2014-09-09 23:54:29.000000000 +0400
+++ src/VBox/HostDrivers/Support/freebsd/Makefile 2014-09-15 02:58:19.712268153 +0400
@@ -81,6 +81,7 @@
handletable.c \
handletablectx.c \
once.c \
+ term.c \
thread.c
.PATH: ${.CURDIR}/common/string
@@ -170,6 +171,7 @@
SRCS += \
semspinmutex-r0drv-generic.c \
mpnotification-r0drv-generic.c \
+ threadctxhooks-r0drv-generic.c \
RTMpIsCpuWorkPending-r0drv-generic.c
.PATH: ${.CURDIR}/VBox
|