[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.6, Tue Jan 10 14:23:00 2006 UTC (11 years, 9 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.5: +0 -0 lines

Merge up to 2.6.15
Merge of 2.6.x-xfs-melb:linux:24948a 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

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

AFLAGS_kdba_jmp.o += $(AFLAGS_KERNEL)

USE_STANDARD_AS_RULE	:= true