From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756027Ab1BJJ5a (ORCPT ); Thu, 10 Feb 2011 04:57:30 -0500 Received: from mga11.intel.com ([192.55.52.93]:23566 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755655Ab1BJJzF (ORCPT ); Thu, 10 Feb 2011 04:55:05 -0500 Message-Id: Date: 10 Feb 2011 01:55:03 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.60,451,1291622400"; d="scan'";a="886169044" From: Oren Weil To: gregkh@suse.de, akpm@linux-foundation.org, linux-kernel@vger.kernel.org Cc: david@woodhou.se, david.woodhouse@intel.com Subject: [RFC PATCH 03/13] Intel(R) MEI Driver Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org diff --git a/drivers/char/mei/Makefile b/drivers/char/mei/Makefile new file mode 100644 index 0000000..a9ac1cb --- /dev/null +++ b/drivers/char/mei/Makefile @@ -0,0 +1,23 @@ +# +# Kbuild - Intel(R) Management Engine Interface (Intel(R) MEI) Linux driver +# Copyright (c) 2003-2011, Intel Corporation. +# +# This program is free software; you can redistribute it and/or modify it +# under the terms and conditions of the GNU General Public License, +# version 2, as published by the Free Software Foundation. +# +# This program is distributed in the hope it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for +# more details. +# +# You should have received a copy of the GNU General Public License along with +# this program; if not, write to the Free Software Foundation, Inc., +# 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. +# +obj-$(CONFIG_INTEL_MEI) += mei.o +mei-objs := init.o +mei-objs += interrupt.o +mei-objs += interface.o +mei-objs += iorw.o +mei-objs += main.o --------------------------------------------------------------------- Intel Israel (74) Limited This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). Any review or distribution by others is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies.