Changeset 64ce0c1 in mainline for uspace/app/tmon/Makefile
- Timestamp:
- 2018-02-02T10:13:55Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 961a5ee
- Parents:
- e67c50a (diff), 290338b (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/tmon/Makefile
re67c50a r64ce0c1 30 30 BINARY = tmon 31 31 32 LIBS = drv 32 LIBS = drv usb 33 33 34 34 SOURCES = \ … … 36 36 list.c\ 37 37 tf.c\ 38 burst_tests.c\38 tests.c\ 39 39 resolve.c 40 40
Note:
See TracChangeset
for help on using the changeset viewer.