Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
memdisk: Fix CSRC in Makefile
  • Loading branch information
geneC committed Feb 9, 2011
1 parent 6d63144 commit e8404ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions memdisk/Makefile
Expand Up @@ -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 \
Expand Down

0 comments on commit e8404ed

Please sign in to comment.