Changeset 850235d in mainline for uspace/Makefile


Ignore:
Timestamp:
2013-03-10T14:56:21Z (11 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
05bab88
Parents:
ea906c29 (diff), 2277e03 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rea906c29 r850235d  
    4040        app/devctl \
    4141        app/edit \
    42         app/ext2info \
    4342        app/getterm \
    4443        app/init \
     
    105104        srv/fs/mfs \
    106105        srv/fs/locfs \
    107         srv/fs/ext2fs \
    108106        srv/fs/ext4fs \
    109107        srv/hid/compositor \
     
    194192endif
    195193
     194ifeq ($(UARCH),arm32)
     195        DIRS += \
     196                drv/infrastructure/rootamdm37x \
     197                drv/fb/amdm37x_dispc
     198endif
     199
    196200## System libraries
    197201#
     
    213217        lib/net \
    214218        lib/nic \
    215         lib/ext2 \
    216219        lib/ext4 \
    217220        lib/usb \
Note: See TracChangeset for help on using the changeset viewer.