2 # Dummy command so that make thinks it has done something
5 include ..
/..
/config-host.mak
6 include $(SRC_PATH
)/rules.mak
8 $(call set-vpath
, $(SRC_PATH
)/pc-bios
/spapr-rtas
)
10 .PHONY
: all clean build-all
12 #CFLAGS += -I$(SRC_PATH)
13 #QEMU_CFLAGS = $(CFLAGS)
15 build-all
: spapr-rtas.bin
18 $(call quiet-command
,$(CC
) -nostdlib
-o
$@
$<," Building $(TARGET_DIR)$@")
21 $(call quiet-command
,$(OBJCOPY
) -O binary
-j .text
$< $@
," Building $(TARGET_DIR)$@")
24 rm -f
*.o
*.d
*.img
*.bin
*~