From: Gene Cumm Date: Wed, 9 Feb 2011 00:40:43 +0000 (-0500) Subject: memdisk: Undo addition of vpath and removal of tiny files X-Git-Tag: syslinux-4.04-pre10^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=46e063f4cd54b2325eab16bfa9f52bb984e33ead;p=profile%2Fivi%2Fsyslinux.git memdisk: Undo addition of vpath and removal of tiny files --- diff --git a/memdisk/Makefile b/memdisk/Makefile index beead60..ddb0553 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 0000000..f87ca05 --- /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 0000000..6fa2f35 --- /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 0000000..e2425df --- /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 0000000..445681f --- /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 0000000..dd26642 --- /dev/null +++ b/memdisk/suffix_number.c @@ -0,0 +1 @@ +#include "../com32/libutil/suffix_number.c"