Index: uspace/Makefile
===================================================================
--- uspace/Makefile	(revision 1787e527c803ec9bf678df8b19b0de9e18985f12)
+++ uspace/Makefile	(revision 5ebdf945648f4756c104e9a4abf8f9011def8dcf)
@@ -62,18 +62,15 @@
 ifeq ($(UARCH),amd64)
 	DIRS += \
-		srv/pci \
-		app/lspci
+		srv/dd 
 endif
 
 ifeq ($(UARCH),ia32)
 	DIRS += \
-		srv/pci \
-		app/lspci
+		srv/dd 
 endif
 
 ifeq ($(UARCH),sparc64)
 	DIRS += \
-		srv/pci \
-		app/lspci \
+		srv/dd \
 		srv/cir/fhc \
 		srv/cir/obio
