Changes in uspace/Makefile [c2f3e0b:a3eeef45] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rc2f3e0b ra3eeef45  
    3838        app/getterm \
    3939        app/init \
    40         app/kill \
    41         app/killall \
    4240        app/klog \
    4341        app/mkfat \
     
    5553        app/nettest2 \
    5654        app/ping \
    57         app/websrv \
    5855        app/sysinfo \
    5956        srv/clip \
     
    8178        srv/hw/char/s3c24xx_uart \
    8279        srv/hw/netif/dp8390 \
     80        srv/net/cfg \
    8381        srv/net/netif/lo \
    8482        srv/net/il/arp \
     
    9694#
    9795
    98 DIRS += \
    99         srv/net/nil/eth \
    100         srv/net/nil/nildummy
     96ifeq ($(CONFIG_NETIF_NIL_BUNDLE),y)
     97        LIBN = \
     98                srv/net/nil/eth \
     99                srv/net/nil/nildummy
     100else
     101        DIRS += \
     102                srv/net/nil/eth \
     103                srv/net/nil/nildummy
     104endif
    101105
    102106## Platform-specific hardware support
Note: See TracChangeset for help on using the changeset viewer.