Changes in uspace/Makefile [9904eb90:a14f346] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r9904eb90 ra14f346  
    3535DIRS = \
    3636        app/bdsh \
     37        app/bithenge \
    3738        app/blkdump \
    3839        app/bnchmark \
    3940        app/devctl \
    4041        app/edit \
    41         app/ext2info \
    4242        app/getterm \
    4343        app/init \
     
    4747        app/klog \
    4848        app/loc \
    49         app/lsusb \
     49        app/logset \
    5050        app/mkfat \
    5151        app/mkexfat \
     
    5959        app/tester \
    6060        app/testread \
     61        app/testwrit \
    6162        app/tetris \
    6263        app/trace \
     
    7172        app/sysinfo \
    7273        app/mkbd \
     74        app/date \
    7375        app/websrv \
     76        app/vdemo \
     77        app/vlaunch \
     78        app/vterm \
    7479        srv/clipboard \
    7580        srv/locsrv \
     81        srv/logger \
    7682        srv/devman \
    7783        srv/loader \
     
    9298        srv/bd/part/mbr_part \
    9399        srv/fs/exfat \
     100        srv/fs/udf \
    94101        srv/fs/fat \
    95102        srv/fs/cdfs \
     
    97104        srv/fs/mfs \
    98105        srv/fs/locfs \
    99         srv/fs/ext2fs \
     106        srv/fs/ext4fs \
     107        srv/hid/compositor \
    100108        srv/hid/console \
    101109        srv/hid/s3c24xx_ts \
    102         srv/hid/fb \
     110        srv/hid/isdv4_tablet \
    103111        srv/hid/input \
     112        srv/hid/output \
    104113        srv/hid/remcons \
    105114        srv/hw/char/s3c24xx_uart \
     
    113122        drv/test/test2 \
    114123        drv/test/test3 \
     124        drv/fb/kfb \
    115125        drv/bus/usb/ehci \
    116126        drv/bus/usb/ohci \
     
    125135        drv/nic/ne2k \
    126136        drv/nic/e1k \
    127         drv/nic/rtl8139
     137        drv/nic/rtl8139 \
    128138
    129139ifeq ($(CONFIG_PCC),y)
     
    154164                drv/bus/isa \
    155165                drv/char/ns8250 \
     166                drv/time/cmos-rtc \
    156167                srv/hw/irc/apic \
    157168                srv/hw/irc/i8259
     
    164175                drv/bus/isa \
    165176                drv/char/ns8250 \
     177                drv/time/cmos-rtc \
    166178                srv/hw/irc/apic \
    167179                srv/hw/irc/i8259
     
    171183        DIRS += \
    172184                drv/infrastructure/rootmac \
     185                drv/bus/pci/pciintel \
    173186                srv/hw/bus/cuda_adb
    174187endif
     
    177190        DIRS += \
    178191                srv/hw/irc/obio
     192endif
     193
     194ifeq ($(UARCH),arm32)
     195        DIRS += \
     196                drv/infrastructure/rootamdm37x \
     197                drv/fb/amdm37x_dispc
    179198endif
    180199
     
    192211        lib/softfloat \
    193212        lib/drv \
    194         lib/fb \
     213        lib/graph \
     214        lib/gui \
     215        lib/softrend \
     216        lib/draw \
    195217        lib/net \
    196218        lib/nic \
    197         lib/ext2 \
     219        lib/ext4 \
    198220        lib/usb \
    199221        lib/usbhost \
     
    201223        lib/usbhid \
    202224        lib/usbvirt \
     225        lib/bithenge \
    203226        lib/posix
    204227
Note: See TracChangeset for help on using the changeset viewer.