Changeset 44c259c in mainline for Makefile


Ignore:
Timestamp:
2006-01-15T18:35:45Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
77147d6
Parents:
ae10582
Message:

remove obsolete in-kernel userspace code
remove CONFIG_USERSPACE switch, uspace support is configured at run-time

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    rae10582 r44c259c  
    6969ifeq ($(CONFIG_DEBUG_SPINLOCK),y)
    7070        DEFS += -DCONFIG_DEBUG_SPINLOCK
    71 endif
    72 ifeq ($(CONFIG_USERSPACE),y)
    73         DEFS += -DCONFIG_USERSPACE
    7471endif
    7572ifeq ($(CONFIG_FPU_LAZY),y)
Note: See TracChangeset for help on using the changeset viewer.