Changeset 6c34be69 in mainline


Ignore:
Timestamp:
2016-10-26T20:33:54Z (8 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
54861ca
Parents:
92d5279
Message:

Enable the sun4u platform and pci bus drivers on the sun4u ultra machine

Files:
2 edited

Legend:

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

    r92d5279 r6c34be69  
    3939EXTRA_CFLAGS = -mcpu=ultrasparc -m64 -mno-fpu -mcmodel=medlow
    4040
     41RD_DRVS_ESSENTIAL += \
     42        platform/sun4u \
     43        bus/pci/pciintel
     44
    4145RD_SRVS_NON_ESSENTIAL +=
    4246
  • uspace/Makefile

    r92d5279 r6c34be69  
    202202        DIRS += \
    203203                srv/hw/irc/obio
     204ifeq ($(MACHINE),generic)
     205        DIRS += \
     206                drv/platform/sun4u \
     207                drv/bus/pci/pciintel
     208endif
    204209endif
    205210
Note: See TracChangeset for help on using the changeset viewer.