summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-05-21 16:07:44 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-05-21 16:07:44 -0700
commit4558c4f20d269282eaa9180e5735f23da7685234 (patch)
treeb0df11c36aaeac38bccfc355ce1f88b743cc8720
parentafef2c845b93ebe52c178a5a42d498be75fb4c8c (diff)
downloadsyslinux-4558c4f20d269282eaa9180e5735f23da7685234.tar.gz
isohybrid: add missing isohdppx.S file
Add a file missing from previous checkin e462c28ffaca0132c1761736bc93cb06a41dc7a6. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--mbr/isohdppx.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/mbr/isohdppx.S b/mbr/isohdppx.S
new file mode 100644
index 00000000..d5625d7c
--- /dev/null
+++ b/mbr/isohdppx.S
@@ -0,0 +1,2 @@
+#define PARTITION_SUPPORT 1
+#include "isohdpfx.S"