Changeset 46c20c8 in mainline for uspace/app/tester/Makefile
- Timestamp:
- 2010-11-26T20:08:10Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 45df59a
- Parents:
- fb150d78 (diff), ffdd2b9 (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
rfb150d78 r46c20c8 29 29 30 30 USPACE_PREFIX = ../.. 31 LIBS = $(LIBC_PREFIX)/libc.a 32 33 OUTPUT = tester 31 BINARY = tester 34 32 35 33 SOURCES = \ … … 40 38 print/print3.c \ 41 39 print/print4.c \ 40 print/print5.c \ 42 41 console/console1.c \ 43 42 stdio/stdio1.c \ … … 51 50 ipc/connect.c \ 52 51 loop/loop1.c \ 53 mm/malloc1.c 52 mm/malloc1.c \ 53 hw/serial/serial1.c 54 54 55 include ../Makefile.common55 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.