Changeset 29b2bbf in mainline for kernel/Makefile


Ignore:
Timestamp:
2006-09-18T22:10:20Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
19dba2b
Parents:
57da95c
Message:

sparc64 work:

  • Experimental support for TSB (Translation Storage Buffer).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/Makefile

    r57da95c r29b2bbf  
    7878ifeq ($(CONFIG_VHPT),y)
    7979        DEFS += -DCONFIG_VHPT
     80endif
     81
     82ifeq ($(CONFIG_TSB),y)
     83        DEFS += -DCONFIG_TSB
    8084endif
    8185
Note: See TracChangeset for help on using the changeset viewer.