diff options
Diffstat (limited to 'arch/openrisc/boot/dts/Makefile')
-rw-r--r-- | arch/openrisc/boot/dts/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/openrisc/boot/dts/Makefile b/arch/openrisc/boot/dts/Makefile new file mode 100644 index 000000000000..b092d30d6c23 --- /dev/null +++ b/arch/openrisc/boot/dts/Makefile | |||
@@ -0,0 +1,10 @@ | |||
1 | ifneq '$(CONFIG_OPENRISC_BUILTIN_DTB)' '""' | ||
2 | BUILTIN_DTB := $(patsubst "%",%,$(CONFIG_OPENRISC_BUILTIN_DTB)).dtb.o | ||
3 | else | ||
4 | BUILTIN_DTB := | ||
5 | endif | ||
6 | obj-y += $(BUILTIN_DTB) | ||
7 | |||
8 | clean-files := *.dtb.S | ||
9 | |||
10 | #DTC_FLAGS ?= -p 1024 | ||