aboutsummaryrefslogtreecommitdiffstats
path: root/tools/blktap2/control/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/blktap2/control/Makefile')
-rw-r--r--tools/blktap2/control/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/blktap2/control/Makefile b/tools/blktap2/control/Makefile
index 53384ac567..703bb8d8c5 100644
--- a/tools/blktap2/control/Makefile
+++ b/tools/blktap2/control/Makefile
@@ -16,10 +16,6 @@ CFLAGS += $(CFLAGS_libxenctrl)
CFLAGS += -D_GNU_SOURCE
CFLAGS += -DTAPCTL
-# Get gcc to generate the dependencies for us.
-CFLAGS += -Wp,-MD,.$(@F).d
-DEPS = .*.d
-
CTL_OBJS := tap-ctl-ipc.o
CTL_OBJS += tap-ctl-list.o
CTL_OBJS += tap-ctl-allocate.o