From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: Linus Walleij <linus.walleij@linaro.org>,
Alexandre Courbot <gnurou@gmail.com>,
linux-gpio@vger.kernel.org,
Mika Westerberg <mika.westerberg@linux.intel.com>
Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Subject: [PATCH v2 1/3] tools/gpio: remove old Makefile
Date: Sat, 18 Jun 2016 18:24:46 +0300 [thread overview]
Message-ID: <1466263488-94457-2-git-send-email-andriy.shevchenko@linux.intel.com> (raw)
In-Reply-To: <1466263488-94457-1-git-send-email-andriy.shevchenko@linux.intel.com>
Prepare to switch to tools build system, i.e. remove Makefile completely. There
is no much sense to keep it since it will be rewritten (almost) completely.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
tools/gpio/Makefile | 14 --------------
1 file changed, 14 deletions(-)
delete mode 100644 tools/gpio/Makefile
diff --git a/tools/gpio/Makefile b/tools/gpio/Makefile
deleted file mode 100644
index 619314f..0000000
--- a/tools/gpio/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-CC = $(CROSS_COMPILE)gcc
-CFLAGS += -O2 -Wall -g -D_GNU_SOURCE
-
-all: lsgpio gpio-hammer gpio-event-mon
-
-lsgpio: lsgpio.o gpio-utils.o
-gpio-hammer: gpio-hammer.o gpio-utils.o
-gpio-event-mon: gpio-event-mon.o gpio-utils.o
-
-%.o: %.c gpio-utils.h
-
-.PHONY: clean
-clean:
- rm -f *.o lsgpio gpio-hammer gpio-event-mon
--
2.8.1
next prev parent reply other threads:[~2016-06-18 15:24 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-18 15:24 [PATCH v2 0/3] tools/gpio: switch to tools buildsystem Andy Shevchenko
2016-06-18 15:24 ` Andy Shevchenko [this message]
2016-06-18 15:24 ` [PATCH v2 2/3] tools/gpio: move " Andy Shevchenko
2016-06-18 15:24 ` [PATCH v2 3/3] tools/gpio: add install section Andy Shevchenko
2016-06-19 13:07 ` [PATCH v2 0/3] tools/gpio: switch to tools buildsystem Alexandre Courbot
2016-06-19 13:52 ` Andy Shevchenko
2016-06-19 14:00 ` Alexandre Courbot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1466263488-94457-2-git-send-email-andriy.shevchenko@linux.intel.com \
--to=andriy.shevchenko@linux.intel.com \
--cc=gnurou@gmail.com \
--cc=linus.walleij@linaro.org \
--cc=linux-gpio@vger.kernel.org \
--cc=mika.westerberg@linux.intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.