Changeset 46321fb in mainline for uspace/srv/fb/Makefile


Ignore:
Timestamp:
2008-11-25T20:22:04Z (15 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
83d9712
Parents:
14c331a
Message:

IA64: Userspace I/O support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fb/Makefile

    r14c331a r46321fb  
    4848        ppm.c
    4949
    50 ifneq ($(ARCH), ia64)
    51         SOURCES += fb.c \
    52                 font-8x16.c
    53         CFLAGS += -DFB_ENABLED
     50#ifneq ($(ARCH), ia64)
     51#       SOURCES += fb.c \
     52#               font-8x16.c
     53#       CFLAGS += -DFB_ENABLED
     54#endif
     55ifeq ($(ARCH), ia32)
     56        SOURCES += ega.c
     57        CFLAGS += -DEGA_ENABLED
    5458endif
    55 ifeq ($(ARCH), ia32)
     59ifeq ($(ARCH), ia64)
    5660        SOURCES += ega.c
    5761        CFLAGS += -DEGA_ENABLED
Note: See TracChangeset for help on using the changeset viewer.