Changeset 405b67c in mainline for uspace/Makefile


Ignore:
Timestamp:
2016-11-01T19:26:42Z (8 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2a72d9f
Parents:
340513c
Message:

Include the isa and ns8250 drivers in the sparc64 RAM disk image

The UltraSPARC IIi-based machines come with a bus called EBus, which
is essentially very similar to the ISA bus. Fortunately, we can use
our current isa driver for the time being.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r340513c r405b67c  
    205205        DIRS += \
    206206                drv/platform/sun4u \
    207                 drv/bus/pci/pciintel
     207                drv/bus/pci/pciintel \
     208                drv/bus/isa \
     209                drv/char/ns8250
    208210endif
    209211endif
Note: See TracChangeset for help on using the changeset viewer.