Changeset 6c34be69 in mainline for uspace/Makefile


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.