summaryrefslogtreecommitdiff
path: root/memdisk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'memdisk/Makefile')
-rw-r--r--memdisk/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/memdisk/Makefile b/memdisk/Makefile
index ef0aca8a..92f565a4 100644
--- a/memdisk/Makefile
+++ b/memdisk/Makefile
@@ -44,8 +44,7 @@ OBJS32 = start32.o setup.o msetup.o e820func.o conio.o memcpy.o memset.o \
memdisk_iso_512.o memdisk_iso_2048.o
CSRC = setup.c msetup.c e820func.c conio.c unzip.c dskprobe.c eltorito.c \
- $(topdir)/com32/lib/ctypes.c $(topdir)/com32/lib/strntoumax.c \
- $(topdir)/com32/lib/strtoull.c $(topdir)/com32/libutil/suffix_number.c
+ ctypes.c strntoumax.c strtoull.c suffix_number.c
SSRC = start32.S memcpy.S memset.S memmove.S
NASMSRC = memdisk_chs_512.asm memdisk_edd_512.asm \
memdisk_iso_512.asm memdisk_iso_2048.asm \