Rev 2021 | Rev 2030 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2021 | Rev 2022 | ||
|---|---|---|---|
| Line 228... | Line 228... | ||
| 228 | test/mm/falloc1.c \ |
228 | test/mm/falloc1.c \ |
| 229 | test/mm/falloc2.c \ |
229 | test/mm/falloc2.c \ |
| 230 | test/mm/mapping1.c \ |
230 | test/mm/mapping1.c \ |
| 231 | test/mm/slab1.c \ |
231 | test/mm/slab1.c \ |
| 232 | test/mm/slab2.c \ |
232 | test/mm/slab2.c \ |
| 233 | test/mm/purge1.c |
233 | test/mm/purge1.c \ |
| - | 234 | test/synch/rwlock1.c \ |
|
| - | 235 | test/synch/rwlock2.c \ |
|
| - | 236 | test/synch/rwlock3.c \ |
|
| - | 237 | test/synch/rwlock4.c \ |
|
| - | 238 | test/synch/rwlock5.c \ |
|
| - | 239 | test/synch/semaphore1.c \ |
|
| - | 240 | test/synch/semaphore2.c \ |
|
| - | 241 | test/print/print1.c \ |
|
| - | 242 | test/thread/thread1.c \ |
|
| - | 243 | test/sysinfo/sysinfo1.c |
|
| 234 | endif |
244 | endif |
| 235 | 245 | ||
| 236 | GENERIC_OBJECTS := $(addsuffix .o,$(basename $(GENERIC_SOURCES))) |
246 | GENERIC_OBJECTS := $(addsuffix .o,$(basename $(GENERIC_SOURCES))) |
| 237 | ARCH_OBJECTS := $(addsuffix .o,$(basename $(ARCH_SOURCES))) |
247 | ARCH_OBJECTS := $(addsuffix .o,$(basename $(ARCH_SOURCES))) |
| 238 | GENARCH_OBJECTS := $(addsuffix .o,$(basename $(GENARCH_SOURCES))) |
248 | GENARCH_OBJECTS := $(addsuffix .o,$(basename $(GENARCH_SOURCES))) |