Changes in uspace/Makefile [15f3c3f:336d2f52] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r15f3c3f r336d2f52  
    6565        app/mkbd \
    6666        srv/clip \
    67         srv/loc \
     67        srv/devmap \
    6868        srv/devman \
    6969        srv/loader \
     
    7979        srv/fs/fat \
    8080        srv/fs/tmpfs \
    81         srv/fs/locfs \
     81        srv/fs/devfs \
    8282        srv/fs/ext2fs \
    8383        srv/hid/s3c24xx_ts \
     
    153153ifeq ($(UARCH),sparc64)
    154154        DIRS += \
    155                 srv/hw/irc/fhc \
    156155                srv/hw/irc/obio
    157156endif
     
    165164        lib/block \
    166165        lib/clui \
     166        lib/scsi \
    167167        lib/softint \
    168168        lib/softfloat \
Note: See TracChangeset for help on using the changeset viewer.