Changeset 5f85c91 in mainline for arch/ia32/Makefile.inc


Ignore:
Timestamp:
2005-11-08T12:22:35Z (20 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
36a140b
Parents:
389f41e
Message:

make configuration variables usage consistent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/Makefile.inc

    r389f41e r5f85c91  
    8080
    8181ifeq ($(CONFIG_SMP),y)
    82         DEFS += -DSMP
     82        DEFS += -DCONFIG_SMP
    8383endif
    8484ifeq ($(CONFIG_HT),y)
    85         DEFS += -DHT
     85        DEFS += -DCONFIG_HT
    8686endif
    8787ifeq ($(CONFIG_FPU_LAZY),y)
    88         DEFS += -DFPU_LAZY
     88        DEFS += -DCONFIG_FPU_LAZY
    8989endif
    9090
Note: See TracChangeset for help on using the changeset viewer.