diff options
Diffstat (limited to 'target/microblaze/Makefile')
-rw-r--r-- | target/microblaze/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/microblaze/Makefile b/target/microblaze/Makefile index 5ab2345e7..f05884442 100644 --- a/target/microblaze/Makefile +++ b/target/microblaze/Makefile @@ -15,7 +15,7 @@ DTB:=-dtb target/microblaze/ml605.dtb endif ifeq ($(ADK_TARGET_QEMU_MICROBLAZE_MODEL_S3ADSP1800),y) MODEL:=petalogix-s3adsp1800 -DTB:= +DTB:=-dtb target/microblaze/s3adsp1800.dtb endif ifeq ($(ADK_TARGET_FS),squashfs) |