diff options
Diffstat (limited to 'Private/Drivers/SampleDriver/makefile')
| -rw-r--r-- | Private/Drivers/SampleDriver/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/Drivers/SampleDriver/makefile b/Private/Drivers/SampleDriver/makefile index 7d58b611..899b1491 100644 --- a/Private/Drivers/SampleDriver/makefile +++ b/Private/Drivers/SampleDriver/makefile @@ -49,7 +49,7 @@ endif .PHONY: compile-amd64 compile-amd64: $(WINDRES) DriverRsrc.rsrc -O coff -o DriverRsrc.o - $(CC_GNU) $(FLAG_GNU) $(DEBUG) $(wildcard *.c) + $(CC_GNU) $(FLAG_GNU) $(DEBUG) $(wildcard *.c) $(wildcard ../../DriverKit/*.c) .PHONY: clean clean: |
