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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rc6f08726 r336d2f52  
    8181        srv/fs/devfs \
    8282        srv/fs/ext2fs \
    83         srv/hid/console \
    8483        srv/hid/s3c24xx_ts \
    8584        srv/hid/fb \
     
    122121#
    123122
     123ifneq ($(UARCH),abs32le)
     124        DIRS += srv/hid/console
     125endif
     126
    124127ifeq ($(UARCH),amd64)
    125128        DIRS += \
     
    166169        lib/drv \
    167170        lib/packet \
    168         lib/imgmap \
    169171        lib/net \
    170172        lib/ext2 \
Note: See TracChangeset for help on using the changeset viewer.