X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=bootrom%2Fsdboot%2FMakefile;fp=bootrom%2Fsdboot%2FMakefile;h=571b455af9bf80eb2e9fa0e2bd06960bb44d92f4;hb=756e2e82a105fe01782f090f52ebf3b98af39e39;hp=e4bb3d1e430d3a3391aece35d08a6d0c411fa04e;hpb=3cdb87e6136613a282b1eb817106cd851d9fee35;p=freedom-sifive.git diff --git a/bootrom/sdboot/Makefile b/bootrom/sdboot/Makefile index e4bb3d1..571b455 100644 --- a/bootrom/sdboot/Makefile +++ b/bootrom/sdboot/Makefile @@ -7,8 +7,8 @@ CFLAGS+= -fno-common -g -DENTROPY=0 -mabi=lp64 -DNONSMP_HART=0 CFLAGS+= -I $(BOOTROM_DIR)/include -I. LFLAGS=-static -nostdlib -L $(BOOTROM_DIR)/linker -T sdboot.elf.lds -dtb := $(BUILD_DIR)/$(CONFIG).dtb -$(dtb): $(BUILD_DIR)/$(CONFIG).dts +dtb := $(BUILD_DIR)/$(CONFIG_PROJECT).$(CONFIG).dtb +$(dtb): $(BUILD_DIR)/$(CONFIG_PROJECT).$(CONFIG).dts dtc -I dts -O dtb -o $@ $< .PHONY: dtb