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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rf4a2d624 ra3eeef45  
    5353        app/nettest2 \
    5454        app/ping \
    55         app/websrv \
    5655        app/sysinfo \
    5756        srv/clip \
     
    9594#
    9695
    97 DIRS += \
    98         srv/net/nil/eth \
    99         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
    100105
    101106## Platform-specific hardware support
Note: See TracChangeset for help on using the changeset viewer.