diff options
Diffstat (limited to 'arch/mips/boot/dts/Makefile')
-rw-r--r-- | arch/mips/boot/dts/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/Makefile b/arch/mips/boot/dts/Makefile new file mode 100644 index 00000000000..6bb41df5926 --- /dev/null +++ b/arch/mips/boot/dts/Makefile @@ -0,0 +1,3 @@ +obj-y += $(patsubst %.dtb, %.dtb.o, $(dtb-y)) + +clean-files += *.dtb.S |