- Timestamp:
- 2006-03-17T11:41:05Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 23d22eb
- Parents:
- 5a7d9d1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r5a7d9d1 r4e49572 69 69 ifeq ($(CONFIG_DEBUG_SPINLOCK),y) 70 70 DEFS += -DCONFIG_DEBUG_SPINLOCK 71 endif 72 ifeq ($(CONFIG_DEBUG_AS_WATCHPOINT),y) 73 DEFS += -DCONFIG_DEBUG_AS_WATCHPOINT 71 74 endif 72 75 ifeq ($(CONFIG_FPU_LAZY),y) … … 136 139 generic/src/smp/ipi.c \ 137 140 generic/src/ipc/ipc.c \ 138 generic/src/ipc/sysipc.c 141 generic/src/ipc/sysipc.c \ 142 generic/src/ipc/ipcrsc.c 139 143 140 144 ## Test sources
Note:
See TracChangeset
for help on using the changeset viewer.