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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r336d2f52 r22cf42d9  
    4444        app/killall \
    4545        app/klog \
     46        app/locinfo \
    4647        app/lsusb \
    4748        app/mkfat \
     
    6566        app/mkbd \
    6667        srv/clip \
    67         srv/devmap \
     68        srv/loc \
    6869        srv/devman \
    6970        srv/loader \
     
    7980        srv/fs/fat \
    8081        srv/fs/tmpfs \
    81         srv/fs/devfs \
     82        srv/fs/locfs \
    8283        srv/fs/ext2fs \
     84        srv/hid/console \
    8385        srv/hid/s3c24xx_ts \
    8486        srv/hid/fb \
     
    121123#
    122124
    123 ifneq ($(UARCH),abs32le)
    124         DIRS += srv/hid/console
    125 endif
    126 
    127125ifeq ($(UARCH),amd64)
    128126        DIRS += \
     
    164162        lib/block \
    165163        lib/clui \
     164        lib/fmtutil \
    166165        lib/scsi \
    167166        lib/softint \
     
    169168        lib/drv \
    170169        lib/packet \
     170        lib/imgmap \
    171171        lib/net \
    172172        lib/ext2 \
Note: See TracChangeset for help on using the changeset viewer.