summaryrefslogtreecommitdiff
path: root/utility/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'utility/Makefile')
-rw-r--r--utility/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/utility/Makefile b/utility/Makefile
new file mode 100644
index 0000000000..5386089b91
--- /dev/null
+++ b/utility/Makefile
@@ -0,0 +1,11 @@
+# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+all: ec_uartd
+
+clean:
+ rm -f ec_uartd
+
+ec_uartd: ec_uartd.c
+ gcc -o ec_uartd -lftdi ec_uartd.c