Makefrag.am 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. # Makefile fragment for the Xen platform.
  2. # Copyright (C) 2007 Free Software Foundation, Inc.
  3. # This program is free software; you can redistribute it and/or modify it
  4. # under the terms of the GNU General Public License as published by the
  5. # Free Software Foundation; either version 2, or (at your option) any later
  6. # version.
  7. #
  8. # This program is distributed in the hope that it will be useful, but
  9. # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  10. # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
  11. # for more details.
  12. #
  13. # You should have received a copy of the GNU General Public License along
  14. # with this program; if not, write to the Free Software Foundation, Inc.,
  15. # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  16. #
  17. # Xen support.
  18. #
  19. libkernel_a_SOURCES += \
  20. xen/public/arch-x86_32.h \
  21. xen/public/arch-x86_64.h \
  22. xen/public/arch-x86/xen.h \
  23. xen/public/arch-x86/xen-mca.h \
  24. xen/public/arch-x86/xen-x86_32.h \
  25. xen/public/arch-x86/xen-x86_64.h \
  26. xen/public/callback.h \
  27. xen/public/COPYING \
  28. xen/public/dom0_ops.h \
  29. xen/public/domctl.h \
  30. xen/public/elfnote.h \
  31. xen/public/elfstructs.h \
  32. xen/public/event_channel.h \
  33. xen/public/features.h \
  34. xen/public/grant_table.h \
  35. xen/public/io/blkif.h \
  36. xen/public/io/console.h \
  37. xen/public/io/fbif.h \
  38. xen/public/io/fsif.h \
  39. xen/public/io/kbdif.h \
  40. xen/public/io/netif.h \
  41. xen/public/io/pciif.h \
  42. xen/public/io/protocols.h \
  43. xen/public/io/ring.h \
  44. xen/public/io/tpmif.h \
  45. xen/public/io/xenbus.h \
  46. xen/public/io/xs_wire.h \
  47. xen/public/kexec.h \
  48. xen/public/libelf.h \
  49. xen/public/memory.h \
  50. xen/public/nmi.h \
  51. xen/public/physdev.h \
  52. xen/public/platform.h \
  53. xen/public/sched.h \
  54. xen/public/sysctl.h \
  55. xen/public/trace.h \
  56. xen/public/vcpu.h \
  57. xen/public/version.h \
  58. xen/public/xencomm.h \
  59. xen/public/xen-compat.h \
  60. xen/public/xen.h \
  61. xen/public/xenoprof.h \
  62. xen/block.c \
  63. xen/block.h \
  64. xen/console.c \
  65. xen/console.h \
  66. xen/evt.c \
  67. xen/evt.h \
  68. xen/grant.c \
  69. xen/grant.h \
  70. xen/net.c \
  71. xen/net.h \
  72. xen/ring.c \
  73. xen/ring.h \
  74. xen/store.c \
  75. xen/store.h \
  76. xen/time.c \
  77. xen/time.h \
  78. xen/xen.c \
  79. xen/xen.h