Changeset 8e7c9fe in mainline for uspace/app/tester/Makefile
- Timestamp:
- 2014-09-12T03:45:25Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c53b58e
- Parents:
- 3eb0c85 (diff), 105d8d6 (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/Makefile
r3eb0c85 r8e7c9fe 29 29 30 30 USPACE_PREFIX = ../.. 31 31 32 LIBS = \ 32 33 $(LIBBLOCK_PREFIX)/libblock.a \ … … 40 41 41 42 BINARY = tester 43 MATH = y 42 44 43 45 SOURCES = \ … … 61 63 fault/fault3.c \ 62 64 float/float1.c \ 65 float/float2.c \ 63 66 float/softfloat1.c \ 64 67 vfs/vfs1.c \
Note:
See TracChangeset
for help on using the changeset viewer.