mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
$NetBSD: patch-Makefile,v 1.2 2013/05/26 20:27:43 bouyer Exp $
|
|
|
|
--- Makefile.orig 2013-04-23 18:42:55.000000000 +0200
|
|
+++ Makefile 2013-05-26 18:33:32.000000000 +0200
|
|
@@ -18,15 +18,16 @@
|
|
SUBDIRS-$(CONFIG_X86) += firmware
|
|
SUBDIRS-y += console
|
|
SUBDIRS-y += xenmon
|
|
-SUBDIRS-$(VTPM_TOOLS) += vtpm_manager
|
|
-SUBDIRS-$(VTPM_TOOLS) += vtpm
|
|
+#XXX SUBDIRS-$(VTPM_TOOLS) += vtpm_manager
|
|
+#XXX SUBDIRS-$(VTPM_TOOLS) += vtpm
|
|
SUBDIRS-y += xenstat
|
|
SUBDIRS-$(CONFIG_Linux) += $(SUBDIRS-libaio)
|
|
SUBDIRS-$(CONFIG_Linux) += memshr
|
|
SUBDIRS-$(CONFIG_Linux) += blktap
|
|
SUBDIRS-$(CONFIG_Linux) += blktap2
|
|
SUBDIRS-$(CONFIG_NetBSD) += $(SUBDIRS-libaio)
|
|
-SUBDIRS-$(CONFIG_NetBSD) += blktap2
|
|
+SUBDIRS-$(CONFIG_NetBSD) += blktap
|
|
+#SUBDIRS-$(CONFIG_NetBSD) += blktap2
|
|
SUBDIRS-$(CONFIG_NetBSD) += xenbackendd
|
|
SUBDIRS-y += libfsimage
|
|
SUBDIRS-$(LIBXENAPI_BINDINGS) += libxen
|
|
@@ -44,7 +45,7 @@
|
|
SUBDIRS-$(CONFIG_X86) += xenpaging
|
|
SUBDIRS-$(CONFIG_X86) += debugger/gdbsx
|
|
SUBDIRS-$(CONFIG_X86) += debugger/kdd
|
|
-SUBDIRS-$(CONFIG_TESTS) += tests
|
|
+#XXX SUBDIRS-$(CONFIG_TESTS) += tests
|
|
|
|
# These don't cross-compile
|
|
ifeq ($(XEN_COMPILE_ARCH),$(XEN_TARGET_ARCH))
|