Index: uspace/srv/fb/Makefile
===================================================================
--- uspace/srv/fb/Makefile	(revision a31c1ccf8d9b7b51789fe844a26f430af6ae24bd)
+++ uspace/srv/fb/Makefile	(revision ee02922f7d62412ee64b3c5fd9b58e3ad972b3e2)
@@ -48,9 +48,9 @@
 	ppm.c
 
-#ifneq ($(ARCH), ia64)
-#	SOURCES += fb.c \
-#		font-8x16.c
-#	CFLAGS += -DFB_ENABLED
-#endif
+ifneq ($(ARCH), ia64)
+	SOURCES += fb.c \
+		font-8x16.c
+	CFLAGS += -DFB_ENABLED
+endif
 ifeq ($(ARCH), ia32)
 	SOURCES += ega.c
