OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-197
/
arch
/
ia64
/
hp
/
sim
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/17/2022 06:42:15 AM
rwxr-xr-x
📄
Kconfig
406 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
Makefile
525 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📁
boot
-
11/17/2022 06:42:19 AM
rwxr-xr-x
Editing: Makefile
Close
# SPDX-License-Identifier: GPL-2.0 # # 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