diff options
author | Rob Herring | 2017-11-10 00:05:15 +0100 |
---|---|---|
committer | Rob Herring | 2017-11-10 00:05:15 +0100 |
commit | 27e8524d80b7f7fa28a3c1adae5176715231caf2 (patch) | |
tree | 63c6cd6304ae8e4cb876d887303859f2a9cd0c66 /arch/mips/boot/dts/pic32/Makefile | |
parent | dt-bindings: Remove leading zeros from bindings notation (diff) | |
parent | kbuild: handle dtb-y and CONFIG_OF_ALL_DTBS natively in Makefile.lib (diff) | |
download | kernel-qcow2-linux-27e8524d80b7f7fa28a3c1adae5176715231caf2.tar.gz kernel-qcow2-linux-27e8524d80b7f7fa28a3c1adae5176715231caf2.tar.xz kernel-qcow2-linux-27e8524d80b7f7fa28a3c1adae5176715231caf2.zip |
Merge branch 'dt/kbuild' into dt/next
Diffstat (limited to 'arch/mips/boot/dts/pic32/Makefile')
-rw-r--r-- | arch/mips/boot/dts/pic32/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips/boot/dts/pic32/Makefile b/arch/mips/boot/dts/pic32/Makefile index 7ac790551ec9..5a08e48dbabb 100644 --- a/arch/mips/boot/dts/pic32/Makefile +++ b/arch/mips/boot/dts/pic32/Makefile @@ -7,6 +7,3 @@ obj-y += $(patsubst %.dtb, %.dtb.o, $(dtb-y)) # Force kbuild to make empty built-in.o if necessary obj- += dummy.o - -always := $(dtb-y) -clean-files := *.dtb *.dtb.S |