diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-03-12 21:46:48 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-03-12 21:48:15 -0700 |
commit | 662e44df5fefa9da266941b63557c55286637a29 (patch) | |
tree | fa83c1f922433f00beb367284c42f9721d2b7d5f /Makefile | |
parent | d6f073067d3b5bd288443dc5db16e2ec11a51e8a (diff) | |
download | syslinux-662e44df5fefa9da266941b63557c55286637a29.tar.gz |
Makefile: add com32/hdt/*.c32 to list of installablessyslinux-3.74-pre5
Add com32/hdt/*.c32 to the list of installables, thereby making
hdt.c32 an installable.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ ## ----------------------------------------------------------------------- ## -## Copyright 1998-2008 H. Peter Anvin - All Rights Reserved +## Copyright 1998-2009 H. Peter Anvin - All Rights Reserved ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -29,8 +29,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 +MODULES = memdisk/memdisk memdump/memdump.com modules/*.com \ + com32/menu/*.c32 com32/modules/*.c32 com32/hdt/*.c32 # syslinux.exe is BTARGET so as to not require everyone to have the |