fix typo
This commit is contained in:
parent
18ce8eff11
commit
afbe7ea520
1 changed files with 1 additions and 1 deletions
|
@ -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" ", "' $< > $@
|
||||
|
|
Loading…
Add table
Reference in a new issue