Drop obsoleted patch.
[linux-flexiantxendom0-3.2.10.git] / kdb / modules / Makefile
1 #
2 # This file is subject to the terms and conditions of the GNU General Public
3 # License.  See the file "COPYING" in the main directory of this archive
4 # for more details.
5 #
6 # Copyright (c) 1999-2004 Silicon Graphics, Inc.  All Rights Reserved.
7 #
8
9 obj-$(CONFIG_KDB_MODULES) += kdbm_vm.o kdbm_pg.o kdbm_task.o
10 ifdef CONFIG_X86
11 ifndef CONFIG_X86_64
12 obj-$(CONFIG_KDB_MODULES) += kdbm_x86.o
13 endif
14 endif
15 CFLAGS_kdbm_vm.o        += -I $(TOPDIR)/drivers/scsi