Changes in uspace/Makefile [22cf42d9:336d2f52] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r22cf42d9 r336d2f52  
    4444        app/killall \
    4545        app/klog \
    46         app/locinfo \
    4746        app/lsusb \
    4847        app/mkfat \
     
    6665        app/mkbd \
    6766        srv/clip \
    68         srv/loc \
     67        srv/devmap \
    6968        srv/devman \
    7069        srv/loader \
     
    8079        srv/fs/fat \
    8180        srv/fs/tmpfs \
    82         srv/fs/locfs \
     81        srv/fs/devfs \
    8382        srv/fs/ext2fs \
    84         srv/hid/console \
    8583        srv/hid/s3c24xx_ts \
    8684        srv/hid/fb \
     
    123121#
    124122
     123ifneq ($(UARCH),abs32le)
     124        DIRS += srv/hid/console
     125endif
     126
    125127ifeq ($(UARCH),amd64)
    126128        DIRS += \
     
    162164        lib/block \
    163165        lib/clui \
    164         lib/fmtutil \
    165166        lib/scsi \
    166167        lib/softint \
     
    168169        lib/drv \
    169170        lib/packet \
    170         lib/imgmap \
    171171        lib/net \
    172172        lib/ext2 \
Note: See TracChangeset for help on using the changeset viewer.