Index: Makefile
===================================================================
--- Makefile	(revision 6a347b1e3ccafd6fcaaca3d1b6a51b0df77b2d70)
+++ Makefile	(revision 7981e3cc7170e61bff39fac726372bb2c39e6a4b)
@@ -39,6 +39,12 @@
 	libadt \
 	init \
-	pci \
 	ns
+
+ifeq ($(ARCH), amd64)
+	DIRS += pci
+endif
+ifeq ($(ARCH), ia32)
+	DIRS += pci
+endif
 
 BUILDS := $(addsuffix .build,$(DIRS))
