Changeset d5a89a3 in mainline for uspace/app/hbench/Makefile
- Timestamp:
- 2019-02-11T22:31:04Z (6 years ago)
- Children:
- aaf9789c
- Parents:
- e3272101 (diff), 4805495 (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/hbench/Makefile
re3272101 rd5a89a3 31 31 LIBS = math 32 32 33 BINARY = perf33 BINARY = hbench 34 34 35 35 SOURCES = \ 36 perf.c \ 36 benchlist.c \ 37 csv.c \ 38 env.c \ 39 main.c \ 40 utils.c \ 41 fs/dirread.c \ 42 fs/fileread.c \ 37 43 ipc/ns_ping.c \ 38 44 ipc/ping_pong.c \ 39 45 malloc/malloc1.c \ 40 malloc/malloc2.c 46 malloc/malloc2.c \ 47 synch/fibril_mutex.c 41 48 42 49 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.