Changeset 864762a in mainline for uspace/Makefile


Ignore:
Timestamp:
2015-03-17T20:17:18Z (9 years ago)
Author:
Jan Kolarik <kolarik@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
59fa7ab
Parents:
9e5a51c
Message:

Handling incoming packets, started working on client app, built IPC communication skeleton

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r9e5a51c r864762a  
    9494        app/wavplay \
    9595        app/websrv \
     96        app/wifi_supplicant \
    9697        srv/audio/hound \
    9798        srv/clipboard \
     
    159160        drv/bus/usb/usbmid \
    160161        drv/bus/usb/vhc \
    161         drv/bus/usb/ar9271 \
    162162        drv/nic/ne2k \
    163163        drv/nic/e1k \
    164164        drv/nic/rtl8139 \
    165165        drv/nic/rtl8169 \
     166        drv/nic/ar9271 \
    166167        drv/platform/icp
    167168
     
    243244        lib/posix \
    244245        lib/mbr \
    245         lib/gpt
     246        lib/gpt \
     247        lib/ieee80211
    246248
    247249LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.