From 7f48bb36d77710af98da0d96c93dffaf08d3c198 Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Wed, 23 Jun 2004 21:43:45 +0000 Subject: [PATCH] Added New Io File for stubs svn path=/trunk/; revision=9846 --- reactos/ntoskrnl/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reactos/ntoskrnl/Makefile b/reactos/ntoskrnl/Makefile index 0ba13084ebc..1d2fc1e5be1 100644 --- a/reactos/ntoskrnl/Makefile +++ b/reactos/ntoskrnl/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.126 2004/06/23 21:03:43 ion Exp $ +# $Id: Makefile,v 1.127 2004/06/23 21:43:45 ion Exp $ # # ReactOS Operating System # @@ -222,7 +222,8 @@ OBJECTS_IO = \ io/vpb.o \ io/wdm.o \ io/xhaldisp.o \ - io/xhaldrv.o + io/xhaldrv.o \ + io/wmi.o # Object Manager (Ob) OBJECTS_OB = \