Changes in uspace/Makefile [c0e53ff:336d2f52] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rc0e53ff r336d2f52  
    3737        app/blkdump \
    3838        app/bnchmark \
    39         app/devctl \
    4039        app/edit \
    4140        app/ext2info \
     
    4544        app/killall \
    4645        app/klog \
    47         app/locinfo \
    4846        app/lsusb \
    4947        app/mkfat \
    50         app/mkmfs \
    5148        app/redir \
    5249        app/sbi \
    53         app/sportdmp \
    5450        app/stats \
    5551        app/taskdump \
     
    6965        app/mkbd \
    7066        srv/clip \
    71         srv/loc \
     67        srv/devmap \
    7268        srv/devman \
    7369        srv/loader \
     
    8177        srv/bd/part/guid_part \
    8278        srv/bd/part/mbr_part \
    83         srv/fs/exfat \
    8479        srv/fs/fat \
    85         srv/fs/cdfs \
    8680        srv/fs/tmpfs \
    87         srv/fs/mfs \
    88         srv/fs/locfs \
     81        srv/fs/devfs \
    8982        srv/fs/ext2fs \
    90         srv/hid/console \
    9183        srv/hid/s3c24xx_ts \
    9284        srv/hid/fb \
     
    129121#
    130122
     123ifneq ($(UARCH),abs32le)
     124        DIRS += srv/hid/console
     125endif
     126
    131127ifeq ($(UARCH),amd64)
    132128        DIRS += \
     
    168164        lib/block \
    169165        lib/clui \
    170         lib/fmtutil \
    171166        lib/scsi \
    172167        lib/softint \
     
    174169        lib/drv \
    175170        lib/packet \
    176         lib/imgmap \
    177171        lib/net \
    178172        lib/ext2 \
Note: See TracChangeset for help on using the changeset viewer.