mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Move ke/zw.c to ex/zw.c
svn path=/trunk/; revision=12872
This commit is contained in:
parent
f5daa985c6
commit
5848b2d8e9
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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 = \
|
||||
|
|
Loading…
Reference in a new issue