Changes in uspace/Makefile [4b4c797:a9b5b5f] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r4b4c797 ra9b5b5f  
    4646        app/tasks \
    4747        app/tester \
    48         app/test_serial \
    4948        app/tetris \
    5049        app/trace \
    5150        app/top \
    52         app/virtusbkbd \
    53         app/netstart \
    54         app/netecho \
    55         app/nettest1 \
    56         app/nettest2 \
    57         app/ping \
    5851        srv/clip \
    5952        srv/devmap \
    60         srv/devman \
    6153        srv/loader \
    6254        srv/ns \
     
    7466        srv/hid/adb_mouse \
    7567        srv/hid/char_mouse \
    76         srv/hid/s3c24xx_ts \
    7768        srv/hid/fb \
    7869        srv/hid/kbd \
     
    8879        srv/net/tl/tcp \
    8980        srv/net/net \
    90         drv/root \
    91         drv/vhc
     81        srv/net/netstart \
     82        app/netecho \
     83        app/nettest1 \
     84        app/nettest2 \
     85        app/ping
    9286
    9387## Networking
     
    112106
    113107ifeq ($(UARCH),amd64)
     108        DIRS += srv/hw/bus/pci
    114109endif
    115110
    116111ifeq ($(UARCH),ia32)
    117         DIRS += drv/rootia32
    118         DIRS += drv/pciintel
    119         DIRS += drv/isa
    120         DIRS += drv/ns8250
    121         DIRS += drv/uhci
    122         DIRS += drv/usbkbd
     112        DIRS += srv/hw/bus/pci
    123113endif
    124114
     
    143133        lib/softint \
    144134        lib/softfloat \
    145         lib/drv \
    146         lib/packet \
     135        lib/socket \
    147136        lib/net
    148137
    149138ifeq ($(UARCH),amd64)
    150         LIBS += lib/usb
    151         LIBS += lib/usbvirt
     139        LIBS += lib/pci
    152140endif
    153141
    154142ifeq ($(UARCH),ia32)
    155         LIBS += lib/usb
    156         LIBS += lib/usbvirt
     143        LIBS += lib/pci
    157144endif
     145
    158146
    159147LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.