[BACK]Return to Makefile CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / arch / ia64 / kdb

File: [Development] / linux-2.6-xfs / arch / ia64 / kdb / Makefile (download)

Revision 1.13, Wed May 30 15:59:47 2007 UTC (10 years, 4 months ago) by tes.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.12: +21 -0 lines

Apply the kdb patches for rc-2
Merge of 2.6.x-xfs-melb:linux:28732a by kenmcd.

#
# This file is subject to the terms and conditions of the GNU General Public
# License.  See the file "COPYING" in the main directory of this archive
# for more details.
#
# Copyright (c) 1999-2004 Silicon Graphics, Inc.  All Rights Reserved.
#

obj-y	 := kdba_bt.o kdba_bp.o kdba_io.o kdbasupport.o \
	    cpu-ia64-opc.o ia64-dis.o ia64-opc.o kdba_id.o kdba_jmp.o

# fru does not compile on 2.6.
# obj-$(CONFIG_IA64_SGI_SN2) += kdba_fru.o
obj-$(CONFIG_IA64_SGI_SN2) += kdba_pod.o
obj-$(CONFIG_IA64_GENERIC) += kdba_pod.o

override CFLAGS := $(CFLAGS:%-pg=% )

AFLAGS_kdba_jmp.o += $(AFLAGS_KERNEL)

USE_STANDARD_AS_RULE	:= true