Changeset 965dc18 in mainline for uspace/srv/fb/Makefile


Ignore:
Timestamp:
2008-12-05T19:59:03Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
49093a4
Parents:
0258e67
Message:

Merge sparc branch to trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fb/Makefile

    r0258e67 r965dc18  
    6666endif
    6767ifeq ($(ARCH), mips32)
    68         SOURCES += msim.c
     68        SOURCES += msim.c \
     69                   serial_console.c
    6970        CFLAGS += -DMSIM_ENABLED -DFB_INVERT_ENDIAN
     71endif
     72ifeq ($(ARCH), sparc64)
     73        SOURCES += sgcn.c \
     74                   serial_console.c
     75        CFLAGS += -DSGCN_ENABLED
    7076endif
    7177
Note: See TracChangeset for help on using the changeset viewer.