Changeset 1c6b3a2 in mainline for kernel/arch/sparc64/Makefile.inc


Ignore:
Timestamp:
2009-03-07T20:36:15Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9482bf0b
Parents:
1515522
Message:

Improve the configuration file.

  • Support for easy configuration with sane defaults.
  • Fix the ambiguous MACHINE variable by introducing the PROCESSOR variable.
  • Eliminate some unnecessarily detailed questions by providing defaults for the Serengeti machine.
  • Introduce CONFIG_HID_IN and CONFIG_HID_OUT variables. They help to limit the number of offered HID devices. In the future, they can be also used to configure the way how the serial controller devices are connected to the keyboard / serial line modules on some platforms where we can't autodetect.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/Makefile.inc

    r1515522 r1c6b3a2  
    4343DEFS += -D__64_BITS__
    4444
    45 ifeq ($(MACHINE),us)
     45ifeq ($(PROCESSOR),us)
    4646        DEFS += -DUS
    4747endif
    4848
    49 ifeq ($(MACHINE),us3)
     49ifeq ($(PROCESSOR),us3)
    5050        DEFS += -DUS3
    5151endif
Note: See TracChangeset for help on using the changeset viewer.