From 069a5dbad7ca20cebdd86f75243f36e4b79c44ce Mon Sep 17 00:00:00 2001 From: Seth Jennings Date: Wed, 5 Feb 2014 10:01:59 -0600 Subject: [PATCH] don't build kpatch-files from primary Makefile Signed-off-by: Seth Jennings --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 029b852..820348a 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -SUBDIRS = kpatch-kmod kpatch-files tools +SUBDIRS = kpatch-kmod tools test: test.c $(CC) -g -o $@ $^ -lelf