Changeset 6eb957dc in mainline for boot/Makefile.common


Ignore:
Timestamp:
2014-10-09T03:34:21Z (10 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ef3da5a
Parents:
fa65df1 (diff), 18cc83c (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:

Mainline changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    rfa65df1 r6eb957dc  
    186186        $(USPACE_PATH)/app/loc/loc \
    187187        $(USPACE_PATH)/app/mixerctl/mixerctl \
     188        $(USPACE_PATH)/app/modplay/modplay \
    188189        $(USPACE_PATH)/app/logset/logset \
    189190        $(USPACE_PATH)/app/mkfat/mkfat \
     
    221222        $(USPACE_PATH)/app/fontviewer/fontviewer
    222223
     224RD_TESTS = \
     225        $(USPACE_PATH)/lib/c/test-libc \
     226        $(USPACE_PATH)/lib/posix/test-libposix \
     227        $(USPACE_PATH)/lib/uri/test-liburi \
     228        $(USPACE_PATH)/app/bdsh/test-bdsh
     229
     230
    223231COMPONENTS = \
    224232        $(KERNEL_PATH)/kernel.bin \
Note: See TracChangeset for help on using the changeset viewer.