summaryrefslogtreecommitdiffhomepage
path: root/Private/Drivers/SampleDriver
diff options
context:
space:
mode:
Diffstat (limited to 'Private/Drivers/SampleDriver')
-rw-r--r--Private/Drivers/SampleDriver/x86_64.mk (renamed from Private/Drivers/SampleDriver/makefile)2
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/Drivers/SampleDriver/makefile b/Private/Drivers/SampleDriver/x86_64.mk
index cc96c022..f8d56b08 100644
--- a/Private/Drivers/SampleDriver/makefile
+++ b/Private/Drivers/SampleDriver/x86_64.mk
@@ -39,7 +39,7 @@ endif
.PHONY: compile-amd64
compile-amd64:
$(WINDRES) DriverRsrc.rsrc -O coff -o DriverRsrc.o
- $(CC_GNU) $(FLAG_GNU) $(DEBUG) $(wildcard *.c) $(wildcard ../../DriverKit/*.c) $(wildcard ../../DriverKit/*.s)
+ $(CC_GNU) $(FLAG_GNU) $(DEBUG) $(wildcard *.c) $(wildcard ../../DriverKit/*.c) $(wildcard ../../DriverKit/*.S)
.PHONY: clean
clean: