Changeset e5557131 in mainline for uspace/srv/fb/Makefile
- Timestamp:
- 2008-11-26T19:57:37Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2640b6c
- Parents:
- a31c1ccf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fb/Makefile
ra31c1ccf re5557131 48 48 ppm.c 49 49 50 #ifneq ($(ARCH), ia64)51 #SOURCES += fb.c \52 #font-8x16.c53 #CFLAGS += -DFB_ENABLED54 #endif50 ifneq ($(ARCH), ia64) 51 SOURCES += fb.c \ 52 font-8x16.c 53 CFLAGS += -DFB_ENABLED 54 endif 55 55 ifeq ($(ARCH), ia32) 56 56 SOURCES += ega.c
Note:
See TracChangeset
for help on using the changeset viewer.