diff options
author | Pasha <pasha@member.fsf.org> | 2024-02-20 18:49:50 +0000 |
---|---|---|
committer | Pasha <pasha@member.fsf.org> | 2024-02-20 18:49:50 +0000 |
commit | 5e0b8d508ed51004bd836384293be00950ee62c9 (patch) | |
tree | e3f16b1aa8b7177032ce3ec429fbad2b1d92a876 /xen/Makefrag.am | |
download | gnumach-riscv-5e0b8d508ed51004bd836384293be00950ee62c9.tar.gz gnumach-riscv-5e0b8d508ed51004bd836384293be00950ee62c9.tar.bz2 |
init gnumach copy
Diffstat (limited to 'xen/Makefrag.am')
-rw-r--r-- | xen/Makefrag.am | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/xen/Makefrag.am b/xen/Makefrag.am new file mode 100644 index 0000000..61eb475 --- /dev/null +++ b/xen/Makefrag.am @@ -0,0 +1,83 @@ +# Makefile fragment for the Xen platform. + +# Copyright (C) 2007 Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by the +# Free Software Foundation; either version 2, or (at your option) any later +# version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +# for more details. +# +# You should have received a copy of the GNU General Public License along +# with this program; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + +# +# Xen support. +# + +libkernel_a_SOURCES += \ + xen/public/arch-x86_32.h \ + xen/public/arch-x86_64.h \ + xen/public/arch-x86/xen.h \ + xen/public/arch-x86/xen-mca.h \ + xen/public/arch-x86/xen-x86_32.h \ + xen/public/arch-x86/xen-x86_64.h \ + xen/public/callback.h \ + xen/public/COPYING \ + xen/public/dom0_ops.h \ + xen/public/domctl.h \ + xen/public/elfnote.h \ + xen/public/elfstructs.h \ + xen/public/event_channel.h \ + xen/public/features.h \ + xen/public/grant_table.h \ + xen/public/io/blkif.h \ + xen/public/io/console.h \ + xen/public/io/fbif.h \ + xen/public/io/fsif.h \ + xen/public/io/kbdif.h \ + xen/public/io/netif.h \ + xen/public/io/pciif.h \ + xen/public/io/protocols.h \ + xen/public/io/ring.h \ + xen/public/io/tpmif.h \ + xen/public/io/xenbus.h \ + xen/public/io/xs_wire.h \ + xen/public/kexec.h \ + xen/public/libelf.h \ + xen/public/memory.h \ + xen/public/nmi.h \ + xen/public/physdev.h \ + xen/public/platform.h \ + xen/public/sched.h \ + xen/public/sysctl.h \ + xen/public/trace.h \ + xen/public/vcpu.h \ + xen/public/version.h \ + xen/public/xencomm.h \ + xen/public/xen-compat.h \ + xen/public/xen.h \ + xen/public/xenoprof.h \ + xen/block.c \ + xen/block.h \ + xen/console.c \ + xen/console.h \ + xen/evt.c \ + xen/evt.h \ + xen/grant.c \ + xen/grant.h \ + xen/net.c \ + xen/net.h \ + xen/ring.c \ + xen/ring.h \ + xen/store.c \ + xen/store.h \ + xen/time.c \ + xen/time.h \ + xen/xen.c \ + xen/xen.h |