Rev 1027 | Rev 1094 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1027 | Rev 1072 | ||
|---|---|---|---|
| Line 67... | Line 67... | ||
| 67 | DEFS += -DCONFIG_DEBUG |
67 | DEFS += -DCONFIG_DEBUG |
| 68 | endif |
68 | endif |
| 69 | ifeq ($(CONFIG_DEBUG_SPINLOCK),y) |
69 | ifeq ($(CONFIG_DEBUG_SPINLOCK),y) |
| 70 | DEFS += -DCONFIG_DEBUG_SPINLOCK |
70 | DEFS += -DCONFIG_DEBUG_SPINLOCK |
| 71 | endif |
71 | endif |
| - | 72 | ifeq ($(CONFIG_DEBUG_AS_WATCHPOINT),y) |
|
| - | 73 | DEFS += -DCONFIG_DEBUG_AS_WATCHPOINT |
|
| - | 74 | endif |
|
| 72 | ifeq ($(CONFIG_FPU_LAZY),y) |
75 | ifeq ($(CONFIG_FPU_LAZY),y) |
| 73 | DEFS += -DCONFIG_FPU_LAZY |
76 | DEFS += -DCONFIG_FPU_LAZY |
| 74 | endif |
77 | endif |
| 75 | 78 | ||
| 76 | ## Toolchain configuration |
79 | ## Toolchain configuration |
| Line 133... | Line 136... | ||
| 133 | generic/src/synch/mutex.c \ |
136 | generic/src/synch/mutex.c \ |
| 134 | generic/src/synch/semaphore.c \ |
137 | generic/src/synch/semaphore.c \ |
| 135 | generic/src/synch/waitq.c \ |
138 | generic/src/synch/waitq.c \ |
| 136 | generic/src/smp/ipi.c \ |
139 | generic/src/smp/ipi.c \ |
| 137 | generic/src/ipc/ipc.c \ |
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 | ## Test sources |
144 | ## Test sources |
| 141 | # |
145 | # |
| 142 | 146 | ||
| 143 | ifneq ($(CONFIG_TEST),) |
147 | ifneq ($(CONFIG_TEST),) |