summaryrefslogtreecommitdiffhomepage
path: root/Private/Drivers
diff options
context:
space:
mode:
Diffstat (limited to 'Private/Drivers')
-rw-r--r--Private/Drivers/Bonjour/x86_64.mk (renamed from Private/Drivers/Bonjour/makefile)2
-rw-r--r--Private/Drivers/MahroussUpdate/x86_64.mk (renamed from Private/Drivers/MahroussUpdate/makefile)2
-rw-r--r--Private/Drivers/SampleDriver/x86_64.mk (renamed from Private/Drivers/SampleDriver/makefile)2
3 files changed, 3 insertions, 3 deletions
diff --git a/Private/Drivers/Bonjour/makefile b/Private/Drivers/Bonjour/x86_64.mk
index 46edfd2e..3461b2a3 100644
--- a/Private/Drivers/Bonjour/makefile
+++ b/Private/Drivers/Bonjour/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:
diff --git a/Private/Drivers/MahroussUpdate/makefile b/Private/Drivers/MahroussUpdate/x86_64.mk
index a0673a23..cffa0ab7 100644
--- a/Private/Drivers/MahroussUpdate/makefile
+++ b/Private/Drivers/MahroussUpdate/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) -std=c17 $(DEBUG) $(wildcard *.c) $(wildcard ../../DriverKit/*.c) $(wildcard ../../DriverKit/*.s)
+ $(CC_GNU) $(FLAG_GNU) -std=c17 $(DEBUG) $(wildcard *.c) $(wildcard ../../DriverKit/*.c) $(wildcard ../../DriverKit/*.S)
$(CC_GNU) $(FLAG_GNU) -std=c++17 -fno-rtti -fno-exceptions $(DEBUG) $(wildcard *.cc) $(wildcard ../../DriverKit/*.cc)
.PHONY: clean
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: