summaryrefslogtreecommitdiff
path: root/com32/hdt/Makefile
diff options
context:
space:
mode:
authorErwan Velu <erwan.velu@free.fr>2009-12-01 00:11:25 +0100
committerErwan Velu <erwan.velu@free.fr>2009-12-04 10:11:17 +0100
commit72ac272320910ad39028dd84ad8e48e885eed9d2 (patch)
treef9fbfff63ba8918f05d470d5ce1dfd47e7e1715a /com32/hdt/Makefile
parent0e0e986594cb695730a14ece107ee7831b94de11 (diff)
downloadsyslinux-72ac272320910ad39028dd84ad8e48e885eed9d2.tar.gz
hdt: Fixing memtest entry
Impact: none Fixing memtest entry
Diffstat (limited to 'com32/hdt/Makefile')
-rw-r--r--com32/hdt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/hdt/Makefile b/com32/hdt/Makefile
index b3423493..29746521 100644
--- a/com32/hdt/Makefile
+++ b/com32/hdt/Makefile
@@ -31,7 +31,7 @@ CODENAME = $(shell $(SED) -n 's/\#define CODENAME \"\(.*\)\"/\1/p' hdt.h)
VERSION_C32 = $(shell echo $(VERSION) | $(SED) -e 's/-/_/g')
MEMTEST_URL = http://memtest.org/download/4.00/memtest86+-4.00.bin
-MEMTEST = memtest
+MEMTEST = memtest.bin
KERNEL_VERSION ?= $(shell uname -r)
MODULES_ALIAS_FILE ?= /lib/modules/$(KERNEL_VERSION)/modules.alias