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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rf902d36 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 \
     
    8077        srv/hw/char/i8042 \
    8178        srv/hw/char/s3c24xx_uart \
    82         srv/hw/netif/ne2000 \
     79        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
     
    108112
    109113ifeq ($(UARCH),amd64)
    110         DIRS += \
    111                 drv/rootpc \
    112                 drv/pciintel \
    113                 drv/isa \
    114                 drv/ns8250 \
    115                 srv/hw/irc/apic \
    116                 srv/hw/irc/i8259
     114        DIRS += drv/rootpc
     115        DIRS += drv/pciintel
     116        DIRS += drv/isa
     117        DIRS += drv/ns8250
    117118endif
    118119
    119120ifeq ($(UARCH),ia32)
    120         DIRS += \
    121                 drv/rootpc \
    122                 drv/pciintel \
    123                 drv/isa \
    124                 drv/ns8250 \
    125                 srv/hw/irc/apic \
    126                 srv/hw/irc/i8259
     121        DIRS += drv/rootpc
     122        DIRS += drv/pciintel
     123        DIRS += drv/isa
     124        DIRS += drv/ns8250
    127125endif
    128126
     
    133131ifeq ($(UARCH),sparc64)
    134132        DIRS += \
    135                 srv/hw/irc/fhc \
    136                 srv/hw/irc/obio
     133                srv/hw/cir/fhc \
     134                srv/hw/cir/obio
    137135endif
    138136
Note: See TracChangeset for help on using the changeset viewer.