Changeset 28ecadb in mainline for kernel/Makefile


Ignore:
Timestamp:
2006-09-22T21:44:54Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5d684e4
Parents:
16529d5
Message:

Convert sparc64 to detect keyboard and determine
its physical address by walking the memory representation
of the OpenFirmware device tree.

Add bus-specific functions that know how to apply the
"ranges" property to one component of the "reg" property.
Buses supported so far include FHC, EBUS and PCI.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/Makefile

    r16529d5 r28ecadb  
    8282ifeq ($(CONFIG_TSB),y)
    8383        DEFS += -DCONFIG_TSB
     84endif
     85
     86ifeq ($(CONFIG_Z8530),y)
     87        DEFS += -DCONFIG_Z8530
     88endif
     89
     90ifeq ($(CONFIG_NS16550),y)
     91        DEFS += -DCONFIG_NS16550
    8492endif
    8593
Note: See TracChangeset for help on using the changeset viewer.