Changeset 5f8fd72 in mainline


Ignore:
Timestamp:
2009-01-07T20:51:14Z (16 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6974061
Parents:
59b2adb
Message:

Fix framebuffer colors on ARM.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fb/Makefile

    r59b2adb r5f8fd72  
    6868        CFLAGS += -DEGA_ENABLED
    6969endif
     70ifeq ($(ARCH), arm32)
     71        CFLAGS += -DFB_INVERT_ENDIAN
     72endif
    7073ifeq ($(ARCH), mips32)
    7174        SOURCES += msim.c \
Note: See TracChangeset for help on using the changeset viewer.