aboutsummaryrefslogtreecommitdiffstats
path: root/buildconfigs/mk.linux-2.6-native
Commit message (Collapse)AuthorAgeFilesLines
* Refactor buildconfigs/mk.* to make the common rules separate from theIan Campbell2007-10-301-1/+1
| | | | | | -xen specific configuration. Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
* ALLOW_INTERFACE_MISMATCH defaults to "y" so don't specify itIan Campbell2007-10-301-2/+0
| | | | | | everywhere. Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
* Check for mismatch between headers shared by Linux and Xen.Ian Campbell2007-05-301-0/+3
| | | | | | | | This is only enabled for the linux-2.6-xen tree and is intended to ensure that the separate Linux tree stays up to date once we switch away from the sparse tree. Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
* Factor out sparse tree makefile fragments and introduce hg-clone andIan Campbell2007-05-251-1/+1
| | | | | | | | | | | | | tarball methods in preparation for migrating away from the sparse tree layout. This re-introduces 14883:6568c1882af5 and 14862:98efd2e410ae plus further fixes. Also add makefile fragments to support building the paravirt ops tree (make linux-2.6-paravirt-build). Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
* Add linux config update script and native linux build.ack@localhost.localdomain2006-07-121-0/+4
Update script generates linux config files from others, reducing the burden of maintaining multiple parallel files. Signed-off-by: Emmanuel Ackaouy <ack@xensource.com>