1da177e4c3
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!
16 lines
490 B
Makefile
16 lines
490 B
Makefile
#
|
|
# ia64/platform/hp/sim/Makefile
|
|
#
|
|
# Copyright (C) 2002 Hewlett-Packard Co.
|
|
# David Mosberger-Tang <davidm@hpl.hp.com>
|
|
# Copyright (C) 1999 Silicon Graphics, Inc.
|
|
# Copyright (C) Srinivasa Thirumalachar (sprasad@engr.sgi.com)
|
|
#
|
|
|
|
obj-y := hpsim_irq.o hpsim_setup.o hpsim.o
|
|
obj-$(CONFIG_IA64_GENERIC) += hpsim_machvec.o
|
|
|
|
obj-$(CONFIG_HP_SIMETH) += simeth.o
|
|
obj-$(CONFIG_HP_SIMSERIAL) += simserial.o
|
|
obj-$(CONFIG_HP_SIMSERIAL_CONSOLE) += hpsim_console.o
|
|
obj-$(CONFIG_HP_SIMSCSI) += simscsi.o
|