diff --git a/reactos/iface/native/makefile b/reactos/iface/native/makefile index 32de0517553..673de20552e 100644 --- a/reactos/iface/native/makefile +++ b/reactos/iface/native/makefile @@ -14,7 +14,7 @@ TARGET = genntdll SYSTEM_CALLS_DB = sysfuncs.lst NTDLL_STUBS = ../../lib/ntdll/napi.c KERNEL_SERVICE_TABLE = ../../include/ntdll/napi.h -KERNEL_ZW_CALLS = ../../ntoskrnl/ke/zw.c +KERNEL_ZW_CALLS = ../../ntoskrnl/ex/zw.c NAPI_FILES = $(NTDLL_STUBS) $(KERNEL_SERVICE_TABLE) $(KERNEL_ZW_CALLS) BASE_CFLAGS = -I../../include diff --git a/reactos/ntoskrnl/Makefile b/reactos/ntoskrnl/Makefile index 0098a95bdbe..fd34c7f8598 100644 --- a/reactos/ntoskrnl/Makefile +++ b/reactos/ntoskrnl/Makefile @@ -121,7 +121,6 @@ OBJECTS_KE = \ ke/spinlock.o \ ke/timer.o \ ke/wait.o \ - ke/zw.o # Memory Manager (Mm) OBJECTS_MM = \ @@ -270,7 +269,8 @@ OBJECTS_EX = \ ex/uuid.o \ ex/win32k.o \ ex/work.o \ - ex/zone.o + ex/zone.o \ + ex/zw.o # Installable File System Run-Time Library (FsRtl) OBJECTS_FS = \