- Timestamp:
- 2005-11-08T12:38:52Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 789b5cc
- Parents:
- 5f85c91
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r5f85c91 r36a140b 65 65 DEFS += -DCONFIG_DEBUG_SPINLOCK 66 66 endif 67 ifeq ($(CONFIG_USERSPACE),y) 68 DEFS += -DCONFIG_USERSPACE 69 endif 67 70 68 71 ## Toolchain configuration … … 120 123 generic/src/fb/font-8x16.c 121 124 125 ## Test sources 126 # 127 128 ifneq ($(CONFIG_TEST),) 129 DEFS += -DCONFIG_TEST 130 GENERIC_SOURCES += test/$(CONFIG_TEST)/test.c 131 endif 132 122 133 GENERIC_OBJECTS := $(addsuffix .o,$(basename $(GENERIC_SOURCES))) 123 134 ARCH_OBJECTS := $(addsuffix .o,$(basename $(ARCH_SOURCES)))
Note:
See TracChangeset
for help on using the changeset viewer.