diff --git a/Pcie40Applications/Makefile b/Pcie40Applications/Makefile
index 436c619ddeada36bcd057eadbdf4acc1f40e06fb..441dade3724f074e0db8a2467c1097c6e5c6515a 100644
--- a/Pcie40Applications/Makefile
+++ b/Pcie40Applications/Makefile
@@ -149,7 +149,7 @@ $(eval $(call ODIR_template,PCIE40_ULRESET))
 #$(eval $(call ODIR_template,PCIE40_DMA_CHECK))
 $(eval $(call ODIR_template,PCIE40_READFPGAVERSION))
 $(eval $(call ODIR_template,PCIE40_MINIPOD))
-$(eval $(call ODIR_template,PCIE40_DMATEST))
+#$(eval $(call ODIR_template,PCIE40_DMATEST))
 $(eval $(call ODIR_template,REGCONFIG))
 $(eval $(call ODIR_template,STATLINK))
 $(eval $(call ODIR_template,TIMEDIFF))
diff --git a/Pcie40Applications/main_pcie40_ulreset.cpp b/Pcie40Applications/main_pcie40_ulreset.cpp
index 566f83cb97d3e311b86c2e4a47f09792e4730c27..0239c22d0733fcefd149284b7c5065c5d331c977 100644
--- a/Pcie40Applications/main_pcie40_ulreset.cpp
+++ b/Pcie40Applications/main_pcie40_ulreset.cpp
@@ -2,7 +2,6 @@
 #include <stdio.h>
 #include <unistd.h>
 #include <time.h>
-#include "altera_dma_regs.h"
 
 extern "C" int  ecs_open(int dev, int bar);
 extern "C" void ecs_close(int dev, int bar);