summaryrefslogtreecommitdiffhomepage
path: root/Private/Drivers/SampleDriver
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-04-22 08:19:02 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-04-22 08:19:47 +0200
commite548e79578d692dce885e7ef3cb38d993e90e07f (patch)
tree9bb266f04cada12c6b9f7bca8ced160164599069 /Private/Drivers/SampleDriver
parent593e9b91591a9b98f6f46b5db046fe56f719ef24 (diff)
MHR-5: A new part of the porting has been done.
- Separate makefiles for each targets. - New Toolbox calls as well. - Check for platform to deduce __kernelDispatchCall. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
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: