diff options
author | Gene Cumm <gene.cumm@gmail.com> | 2011-02-08 19:40:43 -0500 |
---|---|---|
committer | Gene Cumm <gene.cumm@gmail.com> | 2011-02-08 19:42:47 -0500 |
commit | 46e063f4cd54b2325eab16bfa9f52bb984e33ead (patch) | |
tree | efd30f399e810cc5a4bfcc97487e9a94b6d5f3cf /memdisk | |
parent | ecf7474b269c442d1277c08a50a487a9fc0b574e (diff) | |
download | syslinux-46e063f4cd54b2325eab16bfa9f52bb984e33ead.tar.gz syslinux-46e063f4cd54b2325eab16bfa9f52bb984e33ead.tar.xz syslinux-46e063f4cd54b2325eab16bfa9f52bb984e33ead.zip |
memdisk: Undo addition of vpath and removal of tiny files
Diffstat (limited to 'memdisk')
-rw-r--r-- | memdisk/Makefile | 2 | ||||
-rw-r--r-- | memdisk/ctypes.c | 1 | ||||
-rw-r--r-- | memdisk/strntoumax.c | 1 | ||||
-rw-r--r-- | memdisk/strtoull.c | 1 | ||||
-rw-r--r-- | memdisk/strtox.c | 1 | ||||
-rw-r--r-- | memdisk/suffix_number.c | 1 |
6 files changed, 5 insertions, 2 deletions
diff --git a/memdisk/Makefile b/memdisk/Makefile index beead608..ddb05530 100644 --- a/memdisk/Makefile +++ b/memdisk/Makefile @@ -51,8 +51,6 @@ NASMSRC = memdisk_chs_512.asm memdisk_edd_512.asm \ memdisk_iso_512.asm memdisk_iso_2048.asm \ memdisk16.asm -vpath %.c $(topdir)/com32/lib:$(topdir)/com32/libutil - all: memdisk # e820test # tidy, clean removes everything except the final binary diff --git a/memdisk/ctypes.c b/memdisk/ctypes.c new file mode 100644 index 00000000..f87ca055 --- /dev/null +++ b/memdisk/ctypes.c @@ -0,0 +1 @@ +#include "../com32/lib/ctypes.c" diff --git a/memdisk/strntoumax.c b/memdisk/strntoumax.c new file mode 100644 index 00000000..6fa2f357 --- /dev/null +++ b/memdisk/strntoumax.c @@ -0,0 +1 @@ +#include "../com32/lib/strntoumax.c" diff --git a/memdisk/strtoull.c b/memdisk/strtoull.c new file mode 100644 index 00000000..e2425df3 --- /dev/null +++ b/memdisk/strtoull.c @@ -0,0 +1 @@ +#include "../com32/lib/strtoull.c" diff --git a/memdisk/strtox.c b/memdisk/strtox.c new file mode 100644 index 00000000..445681f4 --- /dev/null +++ b/memdisk/strtox.c @@ -0,0 +1 @@ +#include "../com32/lib/strtox.c" diff --git a/memdisk/suffix_number.c b/memdisk/suffix_number.c new file mode 100644 index 00000000..dd266426 --- /dev/null +++ b/memdisk/suffix_number.c @@ -0,0 +1 @@ +#include "../com32/libutil/suffix_number.c" |