diff options
Diffstat (limited to 'arch/ia64/hp/Makefile')
-rw-r--r-- | arch/ia64/hp/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/ia64/hp/Makefile b/arch/ia64/hp/Makefile new file mode 100644 index 000000000..64899f4be --- /dev/null +++ b/arch/ia64/hp/Makefile @@ -0,0 +1,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 + +ifeq ($(CONFIG_IA64_GENERIC),y) +O_OBJS += hpsim_machvec.o +endif + +clean:: + +include $(TOPDIR)/Rules.make |