Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
memdisk: Undo addition of vpath and removal of tiny files
  • Loading branch information
geneC committed Feb 9, 2011
1 parent ecf7474 commit 46e063f
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions memdisk/Makefile
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions memdisk/ctypes.c
@@ -0,0 +1 @@
#include "../com32/lib/ctypes.c"
1 change: 1 addition & 0 deletions memdisk/strntoumax.c
@@ -0,0 +1 @@
#include "../com32/lib/strntoumax.c"
1 change: 1 addition & 0 deletions memdisk/strtoull.c
@@ -0,0 +1 @@
#include "../com32/lib/strtoull.c"
1 change: 1 addition & 0 deletions memdisk/strtox.c
@@ -0,0 +1 @@
#include "../com32/lib/strtox.c"
1 change: 1 addition & 0 deletions memdisk/suffix_number.c
@@ -0,0 +1 @@
#include "../com32/libutil/suffix_number.c"

0 comments on commit 46e063f

Please sign in to comment.