Changeset 46321fb in mainline for uspace/srv/fb/Makefile
- Timestamp:
- 2008-11-25T20:22:04Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 83d9712
- Parents:
- 14c331a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fb/Makefile
r14c331a r46321fb 48 48 ppm.c 49 49 50 ifneq ($(ARCH), ia64) 51 SOURCES += fb.c \ 52 font-8x16.c 53 CFLAGS += -DFB_ENABLED 50 #ifneq ($(ARCH), ia64) 51 # SOURCES += fb.c \ 52 # font-8x16.c 53 # CFLAGS += -DFB_ENABLED 54 #endif 55 ifeq ($(ARCH), ia32) 56 SOURCES += ega.c 57 CFLAGS += -DEGA_ENABLED 54 58 endif 55 ifeq ($(ARCH), ia 32)59 ifeq ($(ARCH), ia64) 56 60 SOURCES += ega.c 57 61 CFLAGS += -DEGA_ENABLED
Note:
See TracChangeset
for help on using the changeset viewer.