Changeset 1564c4b in mainline for uspace/app/testread/Makefile
- Timestamp:
- 2011-06-08T19:39:52Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2af29ed
- Parents:
- e686889c (diff), 0eff68e (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 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/testread/Makefile
re686889c r1564c4b 1 1 # 2 # Copyright (c) 20 08 Jiri Svoboda2 # Copyright (c) 2011 Martin Sucha 3 3 # All rights reserved. 4 4 # … … 27 27 # 28 28 29 ARCH_SOURCES = arch/$(UARCH)/arm32.s 29 USPACE_PREFIX = ../.. 30 BINARY = testread 31 32 SOURCES = \ 33 testread.c 34 35 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.