0
0
Ayyuce Demirbas 26b524b2d0 Add files
2017-03-26 21:37:57 +03:00

27 lines
581 B
Makefile

#
# 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)\cachedat.obj \
$(OBJ)\cachesub.obj \
$(OBJ)\copysup.obj \
$(OBJ)\fssup.obj \
$(OBJ)\lazyrite.obj \
$(OBJ)\logsup.obj \
$(OBJ)\mdlsup.obj \
$(OBJ)\pinsup.obj \
$(OBJ)\ccperf.obj \
$(OBJ)\vacbsup.obj
!include $(ntos)\BUILD\makefile.build