[build] Neglected to drop -fda from qemu

This commit is contained in:
Kevin Lange 2011-02-10 00:59:06 -06:00
parent 15ea3f885c
commit e04865649c

View File

@ -5,7 +5,7 @@ NASM = nasm -f elf
ECHO = `which echo` -e
MODULES = $(patsubst %.c,%.o,$(wildcard core/*.c))
FILESYSTEMS = $(patsubst %.c,%.o,$(wildcard core/fs/*.c))
EMU = qemu -fda
EMU = qemu
GENEXT = genext2fs
.PHONY: all clean install run