|
|
1.1 ! root 1: # Makefile fragment for the ix86 specific part of the Xen platform. ! 2: ! 3: # Copyright (C) 2007 Free Software Foundation, Inc. ! 4: ! 5: # This program is free software; you can redistribute it and/or modify it ! 6: # under the terms of the GNU General Public License as published by the ! 7: # Free Software Foundation; either version 2, or (at your option) any later ! 8: # version. ! 9: # ! 10: # This program is distributed in the hope that it will be useful, but ! 11: # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY ! 12: # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License ! 13: # for more details. ! 14: # ! 15: # You should have received a copy of the GNU General Public License along ! 16: # with this program; if not, write to the Free Software Foundation, Inc., ! 17: # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ! 18: ! 19: # ! 20: # Xen support. ! 21: # ! 22: ! 23: libkernel_a_SOURCES += \ ! 24: i386/xen/xen.c \ ! 25: i386/xen/xen_locore.S \ ! 26: i386/xen/xen_boothdr.S ! 27: ! 28: ! 29: if PLATFORM_xen ! 30: gnumach_LINKFLAGS += \ ! 31: --defsym _START=0xC0000000 \ ! 32: --defsym _START_MAP=0xC0000000 \ ! 33: -T '$(srcdir)'/i386/ldscript ! 34: endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.