From: Michael Brown Date: Thu, 4 Jan 2007 19:35:10 +0000 (+0000) Subject: Add as a separate file so that we can do "make bin/xxxx.kpxe" rather than X-Git-Tag: v0.9.3~798 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de2fc50f4cd46144833315338f6518d3b238d4e5;p=thirdparty%2Fipxe.git Add as a separate file so that we can do "make bin/xxxx.kpxe" rather than having to edit PXELOADER_KEEP_ALL as a config option. --- diff --git a/src/arch/i386/prefix/kpxeprefix.S b/src/arch/i386/prefix/kpxeprefix.S new file mode 100644 index 000000000..034312912 --- /dev/null +++ b/src/arch/i386/prefix/kpxeprefix.S @@ -0,0 +1,7 @@ +/***************************************************************************** + * PXE prefix that keep the PXE stack present + ***************************************************************************** + */ + +#define PXELOADER_KEEP_ALL +#include "pxeprefix.S"