aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1de328ed..09662f87 100644
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,6 @@ prog-subdirs = auth proc exec term \
init \
devnode \
eth-multiplexer \
- pci-arbiter \
acpi \
shutdown
@@ -57,6 +56,10 @@ ifeq ($(HAVE_LIBLWIP),yes)
prog-subdirs += lwip
endif
+ifeq ($(HAVE_LIBPCIACCESS),yes)
+prog-subdirs += pci-arbiter
+endif
+
# Other directories
other-subdirs = hurd doc config release include