Changes in uspace/Makefile [22cf42d9:7234617] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r22cf42d9 r7234617  
    3838        app/bnchmark \
    3939        app/edit \
     40        app/filecrc \
     41        app/filegen \
    4042        app/ext2info \
    4143        app/getterm \
     
    4446        app/killall \
    4547        app/klog \
    46         app/locinfo \
    4748        app/lsusb \
    4849        app/mkfat \
     
    6667        app/mkbd \
    6768        srv/clip \
    68         srv/loc \
     69        srv/devmap \
    6970        srv/devman \
    7071        srv/loader \
     
    7879        srv/bd/part/guid_part \
    7980        srv/bd/part/mbr_part \
     81        srv/fs/exfat \
    8082        srv/fs/fat \
    8183        srv/fs/tmpfs \
    82         srv/fs/locfs \
     84        srv/fs/devfs \
    8385        srv/fs/ext2fs \
    84         srv/hid/console \
    8586        srv/hid/s3c24xx_ts \
    8687        srv/hid/fb \
     
    123124#
    124125
     126ifneq ($(UARCH),abs32le)
     127        DIRS += srv/hid/console
     128endif
     129
    125130ifeq ($(UARCH),amd64)
    126131        DIRS += \
     
    162167        lib/block \
    163168        lib/clui \
    164         lib/fmtutil \
    165169        lib/scsi \
    166170        lib/softint \
     
    168172        lib/drv \
    169173        lib/packet \
    170         lib/imgmap \
    171174        lib/net \
    172175        lib/ext2 \
Note: See TracChangeset for help on using the changeset viewer.