From 7884a1970deb1a467e75befe47b3aa0d2e17e13d Mon Sep 17 00:00:00 2001 From: Dan Carpenter Date: Tue, 15 Jan 2013 14:40:15 +0300 Subject: [PATCH] Makefile: fix build error I didn't mean to commit smatch_comparison.o. Reported-by: Yogesh Ashok Powar Signed-off-by: Dan Carpenter --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0bc4cb0f..6eca9924 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ SMATCH_FILES=smatch_flow.o smatch_conditions.o smatch_slist.o smatch_states.o \ smatch_equiv.o smatch_buf_size.o smatch_capped.o smatch_db.o \ smatch_expressions.o smatch_returns.o smatch_parse_call_math.o \ smatch_absolute.o smatch_param_limit.o smatch_param_filter.o \ - smatch_param_set.o smatch_comparison.o + smatch_param_set.o SMATCH_CHECKS=$(shell ls check_*.c | sed -e 's/\.c/.o/') SMATCH_DATA=smatch_data/kernel.allocation_funcs smatch_data/kernel.balanced_funcs \ -- 2.11.4.GIT