Changeset 233fead in mainline


Ignore:
Timestamp:
2006-05-21T20:17:23Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5b4f9e1
Parents:
630c3a9
Message:

Fixed bad colors in mips framebuffer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fb/Makefile

    r630c3a9 r233fead  
    3535
    3636CFLAGS += -I../libipc/include
     37ifeq ($(ARCH), mips32)
     38        CFLAGS += -DFB_BIG_ENDIAN
     39endif
    3740
    3841LIBS =  $(LIBC_PREFIX)/libc.a
Note: See TracChangeset for help on using the changeset viewer.