Changeset 965dc18 in mainline for uspace/srv/fb/Makefile
- Timestamp:
- 2008-12-05T19:59:03Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 49093a4
- Parents:
- 0258e67
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fb/Makefile
r0258e67 r965dc18 66 66 endif 67 67 ifeq ($(ARCH), mips32) 68 SOURCES += msim.c 68 SOURCES += msim.c \ 69 serial_console.c 69 70 CFLAGS += -DMSIM_ENABLED -DFB_INVERT_ENDIAN 71 endif 72 ifeq ($(ARCH), sparc64) 73 SOURCES += sgcn.c \ 74 serial_console.c 75 CFLAGS += -DSGCN_ENABLED 70 76 endif 71 77
Note:
See TracChangeset
for help on using the changeset viewer.