Annotation of qemu/pc-bios/optionrom/Makefile, revision 1.1.1.5

1.1       root        1: all: build-all
                      2: # Dummy command so that make thinks it has done something
                      3:        @true
                      4: 
                      5: include ../../config-host.mak
1.1.1.2   root        6: include $(SRC_PATH)/rules.mak
1.1       root        7: 
1.1.1.3   root        8: $(call set-vpath, $(SRC_PATH)/pc-bios/optionrom)
                      9: 
1.1.1.2   root       10: .PHONY : all clean build-all
1.1       root       11: 
1.1.1.2   root       12: CFLAGS := -Wall -Wstrict-prototypes -Werror -fomit-frame-pointer -fno-builtin
1.1       root       13: CFLAGS += -I$(SRC_PATH)
1.1.1.2   root       14: CFLAGS += $(call cc-option, $(CFLAGS), -fno-stack-protector)
                     15: QEMU_CFLAGS = $(CFLAGS)
1.1       root       16: 
1.1.1.5 ! root       17: build-all: multiboot.bin linuxboot.bin kvmvapic.bin
        !            18: 
        !            19: # suppress auto-removal of intermediate files
        !            20: .SECONDARY:
1.1       root       21: 
                     22: %.img: %.o
1.1.1.2   root       23:        $(call quiet-command,$(LD) -Ttext 0 -e _start -s -o $@ $<,"  Building $(TARGET_DIR)$@")
1.1       root       24: 
                     25: %.raw: %.img
1.1.1.2   root       26:        $(call quiet-command,$(OBJCOPY) -O binary -j .text $< $@,"  Building $(TARGET_DIR)$@")
1.1       root       27: 
                     28: %.bin: %.raw
1.1.1.5 ! root       29:        $(call quiet-command,$(PYTHON) $(SRC_PATH)/scripts/signrom.py $< $@,"  Signing $(TARGET_DIR)$@")
1.1       root       30: 
                     31: clean:
1.1.1.2   root       32:        rm -f *.o *.d *.raw *.img *.bin *~

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.