Changeset 319e60e in mainline for kernel/Makefile
- Timestamp:
- 2006-12-11T18:33:53Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 50661ab
- Parents:
- 134877d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/Makefile
r134877d r319e60e 216 216 ifneq ($(CONFIG_TEST),) 217 217 DEFS += -DCONFIG_TEST 218 GENERIC_SOURCES += test/$(CONFIG_TEST)/test.c 218 CFLAGS += -Itest/ 219 GENERIC_SOURCES += \ 220 test/test.c \ 221 test/atomic/atomic1.c 219 222 endif 220 223
Note:
See TracChangeset
for help on using the changeset viewer.