Changeset 113c677 in mainline for uspace/srv/fb/Makefile


Ignore:
Timestamp:
2008-07-27T15:15:48Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
94fa807d
Parents:
46d8eb9
Message:

reintroduce support for MSIM text console in user space

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fb/Makefile

    r46d8eb9 r113c677  
    5151        CFLAGS += -DFB_ENABLED
    5252endif
    53 
    5453ifeq ($(ARCH), ia32)
    5554        SOURCES += ega.c
     
    6160endif
    6261ifeq ($(ARCH), mips32)
    63         CFLAGS += -DFB_INVERT_ENDIAN
     62        SOURCES += msim.c
     63        CFLAGS += -DMSIM_ENABLED -DFB_INVERT_ENDIAN
    6464endif
    6565
Note: See TracChangeset for help on using the changeset viewer.