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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    ra3eeef45 rc4faa0c  
    3838        app/getterm \
    3939        app/init \
     40        app/kill \
     41        app/killall \
    4042        app/klog \
    4143        app/mkfat \
     
    5355        app/nettest2 \
    5456        app/ping \
     57        app/websrv \
    5558        app/sysinfo \
    5659        srv/clip \
     
    9497#
    9598
    96 ifeq ($(CONFIG_NETIF_NIL_BUNDLE),y)
    97         LIBN = \
    98                 srv/net/nil/eth \
    99                 srv/net/nil/nildummy
    100 else
    101         DIRS += \
    102                 srv/net/nil/eth \
    103                 srv/net/nil/nildummy
    104 endif
     99DIRS += \
     100        srv/net/nil/eth \
     101        srv/net/nil/nildummy
    105102
    106103## Platform-specific hardware support
Note: See TracChangeset for help on using the changeset viewer.