2011-07-21 12:51:05 +02:00
|
|
|
Index: src/VBox/HostDrivers/VBoxPci/Makefile.kmk
|
|
|
|
===================================================================
|
|
|
|
--- src/VBox/HostDrivers/VBoxPci/Makefile.kmk.orig
|
|
|
|
+++ src/VBox/HostDrivers/VBoxPci/Makefile.kmk
|
2011-08-28 09:05:37 +02:00
|
|
|
@@ -17,7 +17,9 @@
|
|
|
|
|
2011-07-21 12:51:05 +02:00
|
|
|
SUB_DEPTH = ../../../..
|
|
|
|
include $(KBUILD_PATH)/subheader.kmk
|
2011-08-28 09:05:37 +02:00
|
|
|
+
|
2011-07-21 12:51:05 +02:00
|
|
|
if1of ($(KBUILD_TARGET), linux)
|
2011-08-28 09:05:37 +02:00
|
|
|
+ifdef VBOX_WITH_VBOXDRV
|
2011-07-21 12:51:05 +02:00
|
|
|
|
2011-08-28 09:05:37 +02:00
|
|
|
#
|
|
|
|
# The driver.
|
|
|
|
@@ -41,7 +43,7 @@ if1of ($(KBUILD_TARGET), linux)
|
|
|
|
VBoxPci_LIBS += \
|
|
|
|
$(PATH_STAGE_LIB)/SUPR0IdcClient$(VBOX_SUFF_LIB)
|
2011-07-21 12:51:05 +02:00
|
|
|
|
2011-08-28 09:05:37 +02:00
|
|
|
-
|
2011-07-21 12:51:05 +02:00
|
|
|
+endif
|
2011-08-28 09:05:37 +02:00
|
|
|
#
|
|
|
|
# Install the sources.
|
|
|
|
#
|