summaryrefslogtreecommitdiffstats
path: root/arch/ia64/hp/Makefile
blob: 458269e0a50472784f64f15d3e2b65689bc3ad3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# ia64/platform/hp/Makefile
#
# Copyright (C) 1999 Silicon Graphics, Inc.
# Copyright (C) Srinivasa Thirumalachar (sprasad@engr.sgi.com)
#

all: hp.a

O_TARGET	= hp.a
O_OBJS		= hpsim_console.o hpsim_irq.o hpsim_setup.o

ifdef CONFIG_IA64_GENERIC
O_OBJS		+= hpsim_machvec.o
endif

clean::

include $(TOPDIR)/Rules.make