Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Unified Diff: client/tests/tracing_microbenchmark/src/Makefile

Issue 4823005: Merge remote branch 'cros/upstream' into tempbranch (Closed) Base URL: http://git.chromium.org/git/autotest.git@master
Patch Set: patch Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: client/tests/tracing_microbenchmark/src/Makefile
diff --git a/client/tests/tracing_microbenchmark/src/Makefile b/client/tests/tracing_microbenchmark/src/Makefile
new file mode 100644
index 0000000000000000000000000000000000000000..ac2af8a59b009db1e8f0c1c6b2cfb7935e4290dd
--- /dev/null
+++ b/client/tests/tracing_microbenchmark/src/Makefile
@@ -0,0 +1,8 @@
+CC = $(CROSS_COMPILE)gcc
+LDLIBS = -lrt
+
+getuid_microbench: getuid_microbench.o
+
+.PHONY: clean
+clean:
+ rm *.o getuid_microbench
« no previous file with comments | « client/tests/tracing_microbenchmark/control ('k') | client/tests/tracing_microbenchmark/src/getuid_microbench.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698