From 840a1b3e44f8313edf60771ac0e55f5112c7231e Mon Sep 17 00:00:00 2001 From: Josh Poimboeuf Date: Thu, 13 Mar 2014 12:28:35 -0500 Subject: [PATCH] compile tools with -g for debug symbols --- kpatch-build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kpatch-build/Makefile b/kpatch-build/Makefile index 8900aed..d15a605 100644 --- a/kpatch-build/Makefile +++ b/kpatch-build/Makefile @@ -1,6 +1,6 @@ include ../Makefile.inc -CFLAGS += -I../kmod/core -Wall +CFLAGS += -I../kmod/core -Wall -g LDFLAGS = -lelf TARGETS = create-diff-object add-patches-section link-vmlinux-syms