Changeset 36251c6 in mainline for uspace/srv/fb/Makefile


Ignore:
Timestamp:
2008-12-19T09:30:55Z (16 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bcb47fa
Parents:
d99b3f2
Message:

Ski framebuffer driver.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fb/Makefile

    rd99b3f2 r36251c6  
    5858endif
    5959ifeq ($(ARCH), ia64)
    60         SOURCES += ega.c
     60        SOURCES += ega.c \
     61                   ski.c \
     62                   serial_console.c
     63        CFLAGS += -DSKI_ENABLED
    6164        CFLAGS += -DEGA_ENABLED
    6265endif
Note: See TracChangeset for help on using the changeset viewer.