| Index: Makefile
|
| diff --git a/Makefile b/Makefile
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..1d194c058339cb7c1628af06c374c1841c98b260
|
| --- /dev/null
|
| +++ b/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:
|
| + echo "Scripts only. Nothing to make."
|
| +
|
| +install:
|
| + install -D mm.sh $(DESTDIR)/usr/lib/mm.sh
|
| + install -D modem $(DESTDIR)/usr/bin/modem
|
| +
|
|
|