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