diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-04-26 19:32:54 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-04-26 19:32:54 -0700 |
commit | 26798641567f3057d2a910de2a767bb810815774 (patch) | |
tree | 36496e4203c47378c1ef072ffe2580d80db849b3 /Makefile | |
parent | 9d60b0be1b6dd69614c968b009997ef535c14409 (diff) | |
download | syslinux.git-26798641567f3057d2a910de2a767bb810815774.tar.gz syslinux.git-26798641567f3057d2a910de2a767bb810815774.tar.xz syslinux.git-26798641567f3057d2a910de2a767bb810815774.zip |
Remove the old mboot module
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -31,8 +31,8 @@ include $(topdir)/MCONFIG # List of module objects that should be installed for all derivatives MODULES = memdisk/memdisk memdump/memdump.com modules/*.com \ - com32/menu/*.c32 com32/modules/*.c32 com32/hdt/*.c32 \ - com32/rosh/*.c32 + com32/menu/*.c32 com32/modules/*.c32 com32/mboot/*.c32 \ + com32/hdt/*.c32 com32/rosh/*.c32 # syslinux.exe is BTARGET so as to not require everyone to have the # mingw suite installed |