Index: uspace/srv/kbd/Makefile
===================================================================
--- uspace/srv/kbd/Makefile	(revision d9c8c81f21850cb9e08890ce3919e1d8e253e810)
+++ uspace/srv/kbd/Makefile	(revision 6ac14a70ed101ee9fa8379a5f9ef15a38f08aec5)
@@ -62,4 +62,5 @@
 
 ifeq ($(UARCH), arm32)
+ifeq ($(MACHINE), testarm)
 	GENARCH_SOURCES += \
 		port/gxemul.c
@@ -72,4 +73,10 @@
 			ctl/stty.c
 	endif
+endif
+ifeq ($(MACHINE), integratorcp)
+	 GENARCH_SOURCES += \
+		port/pl050.c \
+		ctl/pl050.c
+endif
 endif
 
