Changeset e5557131 in mainline


Ignore:
Timestamp:
2008-11-26T19:57:37Z (15 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2640b6c
Parents:
a31c1ccf
Message:

Fix framebuffer breakage introduced in r3635.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fb/Makefile

    ra31c1ccf re5557131  
    4848        ppm.c
    4949
    50 #ifneq ($(ARCH), ia64)
    51 #       SOURCES += fb.c \
    52 #               font-8x16.c
    53 #       CFLAGS += -DFB_ENABLED
    54 #endif
     50ifneq ($(ARCH), ia64)
     51        SOURCES += fb.c \
     52                font-8x16.c
     53        CFLAGS += -DFB_ENABLED
     54endif
    5555ifeq ($(ARCH), ia32)
    5656        SOURCES += ega.c
Note: See TracChangeset for help on using the changeset viewer.