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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

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