This commit is contained in:
Stefan Lankes 2011-07-16 07:52:14 +02:00
parent 18ce8eff11
commit afbe7ea520

View file

@ -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" ", "' $< > $@