Changes in uspace/Makefile [336d2f52:c6f08726] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r336d2f52 rc6f08726  
    8181        srv/fs/devfs \
    8282        srv/fs/ext2fs \
     83        srv/hid/console \
    8384        srv/hid/s3c24xx_ts \
    8485        srv/hid/fb \
     
    121122#
    122123
    123 ifneq ($(UARCH),abs32le)
    124         DIRS += srv/hid/console
    125 endif
    126 
    127124ifeq ($(UARCH),amd64)
    128125        DIRS += \
     
    169166        lib/drv \
    170167        lib/packet \
     168        lib/imgmap \
    171169        lib/net \
    172170        lib/ext2 \
Note: See TracChangeset for help on using the changeset viewer.