Remove the obsoleted target and directories.
Signed-off-by: Jason Wang <[email protected]>
---
Makefile | 9 +--------
1 files changed, 1 insertions(+), 8 deletions(-)
diff --git a/Makefile b/Makefile
index 5347ce8..d25e6f2 100644
--- a/Makefile
+++ b/Makefile
@@ -30,10 +30,6 @@ CFLAGS += -O1
CFLAGS += $(autodepend-flags) -g -fomit-frame-pointer -Wall
CFLAGS += $(call cc-option, -fno-stack-protector, "")
CFLAGS += $(call cc-option, -fno-stack-protector-all, "")
-CFLAGS += -I../include
-CFLAGS += -I ../libkvm
-
-LDFLAGS += $(CFLAGS) -L ../libkvm
CXXFLAGS = $(autodepend-flags)
@@ -43,9 +39,6 @@ LDFLAGS += -pthread -lrt
kvmtrace_objs= kvmtrace.o
-kvmctl: $(kvmctl_objs)
- $(CC) $(LDFLAGS) $^ -o $@
-
kvmtrace: $(kvmtrace_objs)
$(CC) $(LDFLAGS) $^ -o $@
@@ -62,4 +55,4 @@ install:
install $(tests_and_config) $(DESTDIR)
clean: arch_clean
- $(RM) kvmctl kvmtrace *.o *.a .*.d $(libcflat) $(cflatobjs)
+ $(RM) kvmtrace *.o *.a .*.d $(libcflat) $(cflatobjs)
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html