From afbe7ea520515fa4129a13795e58228c5c9da66e Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sat, 16 Jul 2011 07:52:14 +0200 Subject: [PATCH] fix typo --- tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Makefile b/tools/Makefile index fb77c026..20e4b9a0 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -24,7 +24,7 @@ make_initrd: make_initrd.o $(CC) $(CFLAGS) -o make_initrd $< $(LDFLAGS) smp_setup.bin: smp_setup.asm - $(ASM) $(ASMFLAGS) -o $@ $< + $(NASM) $(ASMFLAGS) -o $@ $< smp_setup.hex: smp_setup.bin hexdump -v -e '"0x" 1/1 "%02X" ", "' $< > $@