Skip to content

Commit

Permalink
ARM: dts: Add *.dtb.lzo to clean files
Browse files Browse the repository at this point in the history
*.dtb.lzo are generated during compilatiion, delete them.

Signed-off-by: Sascha Hauer <[email protected]>
  • Loading branch information
saschahauer committed Dec 11, 2015
1 parent d37f128 commit a9e7e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/dts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ pbl-dtb-$(CONFIG_MACH_UDOO) += imx6q-udoo.dtb.o
pbl-dtb-$(CONFIG_MACH_USI_TOPKICK) += kirkwood-topkick-bb.dtb.o
pbl-dtb-$(CONFIG_MACH_VARISCITE_MX6) += imx6q-var-custom.dtb.o

clean-files := *.dtb *.dtb.S .*.dtc .*.pre .*.dts
clean-files := *.dtb *.dtb.S .*.dtc .*.pre .*.dts *.dtb.lzo

0 comments on commit a9e7e68

Please sign in to comment.