diff options
author | Tony Luck <tony.luck@intel.com> | 2006-03-21 08:22:17 -0800 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2006-03-21 08:22:17 -0800 |
commit | ae02e964b669f19fb08d953032463ab7dc6f79eb (patch) | |
tree | e02ff418110b06c5b7cac8302f9930573f2f35b0 /arch/ia64/sn/kernel/Makefile | |
parent | 409761bb6a06bd61e2d8e27a1af534371d9537ed (diff) | |
parent | dcc1dd2366a7c355fd8b6543c52685b864a2044f (diff) |
Pull icc-cleanup into release branch
Diffstat (limited to 'arch/ia64/sn/kernel/Makefile')
-rw-r--r-- | arch/ia64/sn/kernel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/ia64/sn/kernel/Makefile b/arch/ia64/sn/kernel/Makefile index 3e9b4eea741..ab9c48c8801 100644 --- a/arch/ia64/sn/kernel/Makefile +++ b/arch/ia64/sn/kernel/Makefile @@ -10,7 +10,8 @@ CPPFLAGS += -I$(srctree)/arch/ia64/sn/include obj-y += setup.o bte.o bte_error.o irq.o mca.o idle.o \ - huberror.o io_init.o iomv.o klconflib.o sn2/ + huberror.o io_init.o iomv.o klconflib.o pio_phys.o \ + sn2/ obj-$(CONFIG_IA64_GENERIC) += machvec.o obj-$(CONFIG_SGI_TIOCX) += tiocx.o obj-$(CONFIG_IA64_SGI_SN_XP) += xp.o |