Changeset 92778f2 in mainline for kernel/Makefile


Ignore:
Timestamp:
2006-12-04T21:14:07Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4b43f86
Parents:
3d76996
Message:

Initial support for handling illegal virtual aliases on sparc64.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/Makefile

    r3d76996 r92778f2  
    9292endif
    9393
    94 ifeq ($(CONFIG_VIRT_IDX_CACHE),y)
    95         DEFS += -DCONFIG_VIRT_IDX_CACHE
     94ifeq ($(CONFIG_VIRT_IDX_DCACHE),y)
     95        DEFS += -DCONFIG_VIRT_IDX_DCACHE
    9696endif
    9797
Note: See TracChangeset for help on using the changeset viewer.