Revision 57a46d05 pc-bios/optionrom/Makefile

b/pc-bios/optionrom/Makefile
13 13
CFLAGS += $(call cc-option, $(CFLAGS), -fno-stack-protector)
14 14
QEMU_CFLAGS = $(CFLAGS)
15 15

  
16
build-all: multiboot.bin
16
build-all: multiboot.bin linuxboot.bin
17 17

  
18 18
%.img: %.o
19 19
	$(call quiet-command,$(LD) -Ttext 0 -e _start -s -o $@ $<,"  Building $(TARGET_DIR)$@")

Also available in: Unified diff