Changeset a33f0a6 in mainline for uspace/app/tester/Makefile
- Timestamp:
- 2011-08-03T17:34:57Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1940326
- Parents:
- 52a79081 (diff), 3fab770 (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
-
uspace/app/tester/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/Makefile
r52a79081 ra33f0a6 29 29 30 30 USPACE_PREFIX = ../.. 31 LIBS = $(LIBEXT2_PREFIX)/libext2.a $(LIBBLOCK_PREFIX)/libblock.a 32 EXTRA_CFLAGS = -I$(LIBBLOCK_PREFIX) -I$(LIBEXT2_PREFIX) 31 33 BINARY = tester 32 34 33 35 SOURCES = \ 34 36 tester.c \ 37 util.c \ 35 38 thread/thread1.c \ 36 39 print/print1.c \ … … 48 51 ipc/ping_pong.c \ 49 52 loop/loop1.c \ 53 mm/common.c \ 50 54 mm/malloc1.c \ 51 55 mm/malloc2.c \ 56 mm/malloc3.c \ 57 mm/mapping1.c \ 52 58 devs/devman1.c \ 59 devs/devman2.c \ 53 60 hw/misc/virtchar1.c \ 54 hw/serial/serial1.c 61 hw/serial/serial1.c \ 62 libext2/libext2_1.c 55 63 56 64 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.
