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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rc4faa0c 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 \
     
    9794#
    9895
    99 DIRS += \
    100         srv/net/nil/eth \
    101         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
    102105
    103106## Platform-specific hardware support
Note: See TracChangeset for help on using the changeset viewer.