1#
2# ia64/platform/hp/sim/Makefile
3#
4# Copyright (C) 1999 Silicon Graphics, Inc.
5# Copyright (C) Srinivasa Thirumalachar (sprasad@engr.sgi.com)
6#
7
8O_TARGET := sim.o
9
10obj-y := hpsim_console.o hpsim_irq.o hpsim_setup.o
11obj-$(CONFIG_IA64_GENERIC) += hpsim_machvec.o
12
13include $(TOPDIR)/Rules.make
14