- 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
- Location:
- uspace
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/arch/ia64/Makefile.inc
r14c331a r46321fb 42 42 ARCH_SOURCES += arch/$(ARCH)/src/syscall.S \ 43 43 arch/$(ARCH)/src/fibril.S \ 44 arch/$(ARCH)/src/tls.c 44 arch/$(ARCH)/src/tls.c\ 45 arch/$(ARCH)/src/ddi.c 45 46 46 47 BFD_NAME = elf64-ia64-little -
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.