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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r7234617 r22cf42d9  
    3838        app/bnchmark \
    3939        app/edit \
    40         app/filecrc \
    41         app/filegen \
    4240        app/ext2info \
    4341        app/getterm \
     
    4644        app/killall \
    4745        app/klog \
     46        app/locinfo \
    4847        app/lsusb \
    4948        app/mkfat \
     
    6766        app/mkbd \
    6867        srv/clip \
    69         srv/devmap \
     68        srv/loc \
    7069        srv/devman \
    7170        srv/loader \
     
    7978        srv/bd/part/guid_part \
    8079        srv/bd/part/mbr_part \
    81         srv/fs/exfat \
    8280        srv/fs/fat \
    8381        srv/fs/tmpfs \
    84         srv/fs/devfs \
     82        srv/fs/locfs \
    8583        srv/fs/ext2fs \
     84        srv/hid/console \
    8685        srv/hid/s3c24xx_ts \
    8786        srv/hid/fb \
     
    124123#
    125124
    126 ifneq ($(UARCH),abs32le)
    127         DIRS += srv/hid/console
    128 endif
    129 
    130125ifeq ($(UARCH),amd64)
    131126        DIRS += \
     
    167162        lib/block \
    168163        lib/clui \
     164        lib/fmtutil \
    169165        lib/scsi \
    170166        lib/softint \
     
    172168        lib/drv \
    173169        lib/packet \
     170        lib/imgmap \
    174171        lib/net \
    175172        lib/ext2 \
Note: See TracChangeset for help on using the changeset viewer.