#
# Copyright (c) Microsoft Corporation. All rights reserved. 
# 
# You may only use this code if you agree to the terms of the Windows Research Kernel Source Code License agreement (see License.txt).
# If you do not agree to the terms, do not use the code.
# 

library		  = $(module)

asobjs=

ccarchobjs=

ccobjs= \
	$(OBJ)\DbcsName.obj		\
	$(OBJ)\FastIo.obj		\
	$(OBJ)\FaultTol.obj		\
	$(OBJ)\FileLock.obj		\
	$(OBJ)\Filter.obj		\
	$(OBJ)\FiltrCtx.obj		\
	$(OBJ)\FsFilter.obj		\
	$(OBJ)\FsRtlPc.obj		\
	$(OBJ)\LargeMcb.obj		\
	$(OBJ)\Name.obj			\
	$(OBJ)\Notify.obj		\
	$(OBJ)\Oplock.obj		\
	$(OBJ)\PnP.obj			\
	$(OBJ)\Unc.obj			\
	$(OBJ)\Tunnel.obj		\
	$(OBJ)\StackOvf.obj

!include $(ntos)\BUILD\makefile.build

