Changes in uspace/Makefile [caa8a94:c245f16e] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rcaa8a94 rc245f16e  
    3838        app/getterm \
    3939        app/init \
    40         app/kill \
    41         app/killall \
    4240        app/klog \
    4341        app/mkfat \
     
    4644        app/stats \
    4745        app/taskdump \
     46        app/tasks \
    4847        app/tester \
    4948        app/tetris \
     
    5453        app/nettest2 \
    5554        app/ping \
    56         app/websrv \
    57         app/sysinfo \
    5855        srv/clip \
    5956        srv/devmap \
     
    7976        srv/hw/char/i8042 \
    8077        srv/hw/char/s3c24xx_uart \
    81         srv/hw/netif/ne2000 \
     78        srv/hw/netif/dp8390 \
     79        srv/net/cfg \
    8280        srv/net/netif/lo \
    8381        srv/net/il/arp \
     
    9593#
    9694
    97 DIRS += \
    98         srv/net/nil/eth \
    99         srv/net/nil/nildummy
     95ifeq ($(CONFIG_NETIF_NIL_BUNDLE),y)
     96        LIBN = \
     97                srv/net/nil/eth \
     98                srv/net/nil/nildummy
     99else
     100        DIRS += \
     101                srv/net/nil/eth \
     102                srv/net/nil/nildummy
     103endif
    100104
    101105## Platform-specific hardware support
     
    107111
    108112ifeq ($(UARCH),amd64)
    109         DIRS += \
    110                 drv/rootpc \
    111                 drv/pciintel \
    112                 drv/isa \
    113                 drv/ns8250 \
    114                 srv/hw/irc/apic \
    115                 srv/hw/irc/i8259
     113        DIRS += drv/rootpc
     114        DIRS += drv/pciintel
     115        DIRS += drv/isa
     116        DIRS += drv/ns8250
    116117endif
    117118
    118119ifeq ($(UARCH),ia32)
    119         DIRS += \
    120                 drv/rootpc \
    121                 drv/pciintel \
    122                 drv/isa \
    123                 drv/ns8250 \
    124                 srv/hw/irc/apic \
    125                 srv/hw/irc/i8259
     120        DIRS += drv/rootpc
     121        DIRS += drv/pciintel
     122        DIRS += drv/isa
     123        DIRS += drv/ns8250
    126124endif
    127125
     
    132130ifeq ($(UARCH),sparc64)
    133131        DIRS += \
    134                 srv/hw/irc/fhc \
    135                 srv/hw/irc/obio
     132                srv/hw/cir/fhc \
     133                srv/hw/cir/obio
    136134endif
    137135
Note: See TracChangeset for help on using the changeset viewer.