smatch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
To: smatch@vger.kernel.org
Subject: Fwd: [PATCH] Makefile: remove SMATCH_DATA smatch_data/kernel.balanced_funcs item
Date: Tue, 16 May 2017 20:32:16 +0200	[thread overview]
Message-ID: <CAExDi1T0cEZ+oMqoOTJvAORF3a8p00xOAoir9AhC0v4vsC4WgA@mail.gmail.com> (raw)
In-Reply-To: <20170516174308.27102-1-kerolasa@iki.fi>

[fwd to (what I think is) the intended list]


---------- Forwarded message ----------
From: Sami Kerola <kerolasa@iki.fi>
Date: Tue, May 16, 2017 at 7:43 PM
Subject: [PATCH] Makefile: remove SMATCH_DATA
smatch_data/kernel.balanced_funcs item
To: linux-sparse@vger.kernel.org
Cc: Sami Kerola <kerolasa@iki.fi>


File was removed recently.  Removal commit missed Makefile clean up.

Reference: cbaabe0a71f079030baa406b3e1fe9e0ca7e785a
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index e7f66070..4b7afe68 100644
--- a/Makefile
+++ b/Makefile
@@ -78,7 +78,7 @@ SMATCH_FILES=smatch_flow.o smatch_conditions.o
smatch_slist.o smatch_states.o \
        smatch_return_to_param.o smatch_passes_array_size.o

 SMATCH_CHECKS=$(shell ls check_*.c | sed -e 's/\.c/.o/')
-SMATCH_DATA=smatch_data/kernel.allocation_funcs
smatch_data/kernel.balanced_funcs \
+SMATCH_DATA=smatch_data/kernel.allocation_funcs \
        smatch_data/kernel.frees_argument smatch_data/kernel.puts_argument \
        smatch_data/kernel.dev_queue_xmit smatch_data/kernel.returns_err_ptr \
        smatch_data/kernel.dma_funcs smatch_data/kernel.returns_held_funcs \
--
2.13.0

--
To unsubscribe from this list: send the line "unsubscribe linux-sparse" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

           reply	other threads:[~2017-05-16 18:32 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20170516174308.27102-1-kerolasa@iki.fi>]

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=CAExDi1T0cEZ+oMqoOTJvAORF3a8p00xOAoir9AhC0v4vsC4WgA@mail.gmail.com \
    --to=luc.vanoostenryck@gmail.com \
    --cc=smatch@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).