ia64: fix sn to add include files using EXTRA_CFLAGS
[deliverable/linux.git] / arch / ia64 / sn / kernel / Makefile
CommitLineData
1da177e4
LT
1# arch/ia64/sn/kernel/Makefile
2#
3# This file is subject to the terms and conditions of the GNU General Public
4# License. See the file "COPYING" in the main directory of this archive
5# for more details.
6#
8ea6091f 7# Copyright (C) 1999,2001-2006 Silicon Graphics, Inc. All Rights Reserved.
1da177e4
LT
8#
9
c01b171d 10EXTRA_CFLAGS += -Iarch/ia64/sn/include
103ec091 11
1da177e4 12obj-y += setup.o bte.o bte_error.o irq.o mca.o idle.o \
8ea6091f
JK
13 huberror.o io_acpi_init.o io_common.o \
14 io_init.o iomv.o klconflib.o pio_phys.o \
dcc1dd23 15 sn2/
1da177e4 16obj-$(CONFIG_IA64_GENERIC) += machvec.o
e1e19747 17obj-$(CONFIG_SGI_TIOCX) += tiocx.o
21223a9e
TL
18obj-$(CONFIG_IA64_SGI_SN_XP) += xp.o
19xp-y := xp_main.o xp_nofault.o
89eb8eb9
DN
20obj-$(CONFIG_IA64_SGI_SN_XP) += xpc.o
21xpc-y := xpc_main.o xpc_channel.o xpc_partition.o
a2d974da 22obj-$(CONFIG_IA64_SGI_SN_XP) += xpnet.o
03571e11 23obj-$(CONFIG_PCI_MSI) += msi_sn.o
This page took 0.237332 seconds and 5 git commands to generate.