Rev 2019 | Rev 2021 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2019 | Rev 2020 | ||
|---|---|---|---|
| Line 211... | Line 211... | ||
| 211 | generic/src/sysinfo/sysinfo.c |
211 | generic/src/sysinfo/sysinfo.c |
| 212 | 212 | ||
| 213 | ## Test sources |
213 | ## Test sources |
| 214 | # |
214 | # |
| 215 | 215 | ||
| 216 | ifneq ($(CONFIG_TEST),) |
216 | ifeq ($(CONFIG_TEST),y) |
| 217 | DEFS += -DCONFIG_TEST |
217 | DEFS += -DCONFIG_TEST |
| 218 | CFLAGS += -Itest/ |
218 | CFLAGS += -Itest/ |
| 219 | GENERIC_SOURCES += \ |
219 | GENERIC_SOURCES += \ |
| 220 | test/test.c \ |
220 | test/test.c \ |
| 221 | test/atomic/atomic1.c |
221 | test/atomic/atomic1.c \ |
| - | 222 | test/btree/btree1.c \ |
|
| - | 223 | test/debug/mips1.c \ |
|
| - | 224 | test/fault/fault1.c \ |
|
| - | 225 | test/fpu/fpu1.c |
|
| 222 | endif |
226 | endif |
| 223 | 227 | ||
| 224 | GENERIC_OBJECTS := $(addsuffix .o,$(basename $(GENERIC_SOURCES))) |
228 | GENERIC_OBJECTS := $(addsuffix .o,$(basename $(GENERIC_SOURCES))) |
| 225 | ARCH_OBJECTS := $(addsuffix .o,$(basename $(ARCH_SOURCES))) |
229 | ARCH_OBJECTS := $(addsuffix .o,$(basename $(ARCH_SOURCES))) |
| 226 | GENARCH_OBJECTS := $(addsuffix .o,$(basename $(GENARCH_SOURCES))) |
230 | GENARCH_OBJECTS := $(addsuffix .o,$(basename $(GENARCH_SOURCES))) |