Changeset 36a140b in mainline for Makefile


Ignore:
Timestamp:
2005-11-08T12:38:52Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
789b5cc
Parents:
5f85c91
Message:

build system: CONFIG_TEST, CONFIG_USERSPACE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r5f85c91 r36a140b  
    6565        DEFS += -DCONFIG_DEBUG_SPINLOCK
    6666endif
     67ifeq ($(CONFIG_USERSPACE),y)
     68        DEFS += -DCONFIG_USERSPACE
     69endif
    6770
    6871## Toolchain configuration
     
    120123        generic/src/fb/font-8x16.c
    121124
     125## Test sources
     126#
     127
     128ifneq ($(CONFIG_TEST),)
     129        DEFS += -DCONFIG_TEST
     130        GENERIC_SOURCES += test/$(CONFIG_TEST)/test.c
     131endif
     132
    122133GENERIC_OBJECTS := $(addsuffix .o,$(basename $(GENERIC_SOURCES)))
    123134ARCH_OBJECTS := $(addsuffix .o,$(basename $(ARCH_SOURCES)))
Note: See TracChangeset for help on using the changeset viewer.