memdisk: Undo addition of vpath and removal of tiny files
authorGene Cumm <gene.cumm@gmail.com>
Wed, 9 Feb 2011 00:40:43 +0000 (19:40 -0500)
committerGene Cumm <gene.cumm@gmail.com>
Wed, 9 Feb 2011 00:42:47 +0000 (19:42 -0500)
memdisk/Makefile
memdisk/ctypes.c [new file with mode: 0644]
memdisk/strntoumax.c [new file with mode: 0644]
memdisk/strtoull.c [new file with mode: 0644]
memdisk/strtox.c [new file with mode: 0644]
memdisk/suffix_number.c [new file with mode: 0644]

index beead60..ddb0553 100644 (file)
@@ -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 (file)
index 0000000..f87ca05
--- /dev/null
@@ -0,0 +1 @@
+#include "../com32/lib/ctypes.c"
diff --git a/memdisk/strntoumax.c b/memdisk/strntoumax.c
new file mode 100644 (file)
index 0000000..6fa2f35
--- /dev/null
@@ -0,0 +1 @@
+#include "../com32/lib/strntoumax.c"
diff --git a/memdisk/strtoull.c b/memdisk/strtoull.c
new file mode 100644 (file)
index 0000000..e2425df
--- /dev/null
@@ -0,0 +1 @@
+#include "../com32/lib/strtoull.c"
diff --git a/memdisk/strtox.c b/memdisk/strtox.c
new file mode 100644 (file)
index 0000000..445681f
--- /dev/null
@@ -0,0 +1 @@
+#include "../com32/lib/strtox.c"
diff --git a/memdisk/suffix_number.c b/memdisk/suffix_number.c
new file mode 100644 (file)
index 0000000..dd26642
--- /dev/null
@@ -0,0 +1 @@
+#include "../com32/libutil/suffix_number.c"