Move ke/zw.c to ex/zw.c

svn path=/trunk/; revision=12872
This commit is contained in:
Alex Ionescu 2005-01-07 16:10:50 +00:00
parent f5daa985c6
commit 5848b2d8e9
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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 = \