remove obsolete entry

This commit is contained in:
Stefan Lankes 2011-03-22 09:14:18 +01:00
parent 6bdff29b11
commit b447d78179

View file

@ -67,7 +67,7 @@ $(NAME):
$Q$(OBJCOPY_FOR_TARGET) $(STRIP_DEBUG) $(NAME)
qemu: newlib tools $(NAME)
qemu -cpu pentium -smp 2 -net nic,model=rtl8139 -net user,hostfwd=tcp::12345-:7 -net dump -kernel metalsvm.bin -initrd tools/initrd.img
qemu -smp 2 -net nic,model=rtl8139 -net user,hostfwd=tcp::12345-:7 -net dump -kernel metalsvm.bin -initrd tools/initrd.img
clean:
$Q$(RM) $(NAME) $(SYM_NAME) *~