Changeset 7aa94304 in mainline for boot/arch/sparc64/Makefile.inc


Ignore:
Timestamp:
2017-11-10T18:59:18Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
19397be
Parents:
3a37751
Message:

Move receiving side of Niagara console to a separate driver.

File:
1 edited

Legend:

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

    r3a37751 r7aa94304  
    3939EXTRA_CFLAGS = -mcpu=ultrasparc -m64 -mno-fpu -mcmodel=medlow
    4040
     41ifeq ($(PROCESSOR), sun4v)
     42RD_DRVS_ESSENTIAL += \
     43        platform/sun4v \
     44        char/sun4v-con
     45else
    4146RD_DRVS_ESSENTIAL += \
    4247        platform/sun4u \
     
    4853RD_DRV_CFG += \
    4954        bus/isa
     55endif
    5056
    5157SOURCES = \
Note: See TracChangeset for help on using the changeset viewer.