14 lines
452 B
Plaintext
14 lines
452 B
Plaintext
$NetBSD: patch-Makefile,v 1.1 2015/01/20 16:42:13 bouyer Exp $
|
|
|
|
--- Makefile.orig 2015-01-12 17:53:24.000000000 +0100
|
|
+++ Makefile 2015-01-19 13:16:17.000000000 +0100
|
|
@@ -33,7 +33,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))
|