Index: uspace/srv/fb/Makefile
===================================================================
--- uspace/srv/fb/Makefile	(revision a31c1ccf8d9b7b51789fe844a26f430af6ae24bd)
+++ uspace/srv/fb/Makefile	(revision 3b10e07b5a24e144e18c1c16fb9c3387c8a559a0)
@@ -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
