summaryrefslogtreecommitdiff
path: root/utility/Makefile
blob: 5386089b91dcad836c2ae4721452912bd5ead88a (plain)
1
2
3
4
5
6
7
8
9
10
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