Index: uspace/Makefile
===================================================================
--- uspace/Makefile	(revision c2f3e0b21aa676eaff1c9e56d279bded75216a47)
+++ uspace/Makefile	(revision d35ac1db915f076a3072db1fdc5f8c6a9f8d3dba)
@@ -108,15 +108,21 @@
 
 ifeq ($(UARCH),amd64)
-	DIRS += drv/rootpc
-	DIRS += drv/pciintel
-	DIRS += drv/isa
-	DIRS += drv/ns8250
+	DIRS += \
+		drv/rootpc \
+		drv/pciintel \
+		drv/isa \
+		drv/ns8250 \
+		srv/hw/irc/apic \
+		srv/hw/irc/i8259
 endif
 
 ifeq ($(UARCH),ia32)
-	DIRS += drv/rootpc
-	DIRS += drv/pciintel
-	DIRS += drv/isa
-	DIRS += drv/ns8250
+	DIRS += \
+		drv/rootpc \
+		drv/pciintel \
+		drv/isa \
+		drv/ns8250 \
+		srv/hw/irc/apic \
+		srv/hw/irc/i8259
 endif
 
@@ -127,6 +133,6 @@
 ifeq ($(UARCH),sparc64)
 	DIRS += \
-		srv/hw/cir/fhc \
-		srv/hw/cir/obio
+		srv/hw/irc/fhc \
+		srv/hw/irc/obio
 endif
 
