summaryrefslogtreecommitdiff
path: root/mach
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2015-05-07 00:49:02 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-05-07 00:49:02 +0200
commit695c56a253bde67ea0959ef75c941a51b4df7eb6 (patch)
treef611f2ec52d4e914f904791c8d7e80fcbaf4311e /mach
parent2b930732b7a16fef14020831cc1d8ab71091f6c2 (diff)
parentab0a56bdec90c01191e2b31ea050bb6032e8f5a9 (diff)
Merge branch 't/gnumach' into refs/top-bases/tschwinge/Roger_Whittaker
Diffstat (limited to 'mach')
-rw-r--r--mach/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mach/Makefile b/mach/Makefile
index c804fa30c4..5131e26009 100644
--- a/mach/Makefile
+++ b/mach/Makefile
@@ -111,7 +111,7 @@ ifndef mach-shortcuts
# $(mach-shortcuts) will be set, and that will change how
# mach_interface.defs is processed: it will get the -D flags below.
user-interfaces := $(filter-out $(mach-interface-list:%=mach/%) \
- mach/mach_port mach/mach_host mach/mach4 \
+ mach/mach_port mach/mach_host mach/mach4 mach/gnumach \
device/device_request,\
$(user-interfaces))
endif