Changes in uspace/Makefile [e5291e0:21a9869] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    re5291e0 r21a9869  
    6464        app/nettest1 \
    6565        app/nettest2 \
     66        app/nettest3 \
    6667        app/ping \
    6768        app/websrv \
     
    9293        srv/hid/fb \
    9394        srv/hid/input \
     95        srv/hid/remcons \
    9496        srv/hw/char/i8042 \
    9597        srv/hw/char/s3c24xx_uart \
     
    118120        drv/bus/usb/vhc \
    119121        drv/nic/lo \
    120         drv/nic/ne2k
     122        drv/nic/ne2k \
     123        drv/nic/e1k \
     124        drv/nic/rtl8139
    121125
    122126ifeq ($(CONFIG_PCC),y)
Note: See TracChangeset for help on using the changeset viewer.