Index: uspace/Makefile
===================================================================
--- uspace/Makefile	(revision bdfdc51cf6c5f6efd8f390b380b3a7ea368992af)
+++ uspace/Makefile	(revision 54861caa0779855e4638f92c497c12ea05cd6a04)
@@ -202,4 +202,9 @@
 	DIRS += \
 		srv/hw/irc/obio
+ifeq ($(MACHINE),generic)
+	DIRS += \
+		drv/platform/sun4u \
+		drv/bus/pci/pciintel
+endif
 endif
 
