|
|
| File: [Development] / linux-2.6-xfs / arch / ia64 / kdb / Makefile (download)
Revision 1.10, Tue Mar 14 14:38:59 2006 UTC (11 years, 7 months ago) by nathans.longdrop.melbourne.sgi.com
Merge up to 2.6.16-rc6. Merge of 2.6.x-xfs-melb:linux:25443a 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