import of upstream 2.4.34.4 from kernel.org
[linux-2.4.git] / arch / ia64 / sn / io / sn2 / pcibr / 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) 2002-2003 Silicon Graphics, Inc.  All Rights Reserved.
7 #
8 # Makefile for the sn2 io pcibr routines.
9
10 EXTRA_CFLAGS    := -DLITTLE_ENDIAN
11
12 EXTRA_CFLAGS    += -DSHUB_SWAP_WAR
13
14 O_TARGET := pcibr.o
15 export-objs := pcibr_intr.o
16
17 obj-y   += pcibr_ate.o pcibr_config.o \
18            pcibr_dvr.o pcibr_hints.o \
19            pcibr_intr.o pcibr_rrb.o pcibr_slot.o \
20            pcibr_error.o
21
22 include $(TOPDIR)/Rules.make