Changeset 113c677 in mainline for uspace/srv/fb/Makefile
- Timestamp:
- 2008-07-27T15:15:48Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 94fa807d
- Parents:
- 46d8eb9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fb/Makefile
r46d8eb9 r113c677 51 51 CFLAGS += -DFB_ENABLED 52 52 endif 53 54 53 ifeq ($(ARCH), ia32) 55 54 SOURCES += ega.c … … 61 60 endif 62 61 ifeq ($(ARCH), mips32) 63 CFLAGS += -DFB_INVERT_ENDIAN 62 SOURCES += msim.c 63 CFLAGS += -DMSIM_ENABLED -DFB_INVERT_ENDIAN 64 64 endif 65 65
Note:
See TracChangeset
for help on using the changeset viewer.