Changeset fbfe59d in mainline for uspace/Makefile


Ignore:
Timestamp:
2018-06-25T21:45:05Z (7 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8119363
Parents:
2498b95 (diff), e3107e2 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'virtio-net'

This commit merges basic support for the virtio-net NIC. As of now, the
driver does not support any advanced features that might be supported by
the device. Also device removal is not yet supported.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r2498b95 rfbfe59d  
    181181        drv/nic/rtl8169 \
    182182        drv/nic/ar9271 \
     183        drv/nic/virtio-net \
    183184        drv/platform/amdm37x \
    184185        drv/platform/icp \
     
    251252        lib/bithenge \
    252253        lib/posix \
    253         lib/ieee80211
     254        lib/ieee80211 \
     255        lib/virtio
    254256
    255257BASE_BUILDS := $(addsuffix .build,$(BASE_LIBS))
Note: See TracChangeset for help on using the changeset viewer.