diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-02-24 09:01:46 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-02-24 09:01:46 -0800 |
commit | ee3253241a928f6c5c40960629d7071eb6a4b23c (patch) | |
tree | edf6d3800414eccb80ee6d861ec805c66fd74bb9 /arch | |
parent | b38a03b8bbb96ace10497af39e6cb656673fbcac (diff) | |
parent | 62e37ca78b1a4ca2eb77875bfd7ac63a7e068c67 (diff) |
Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreaming
This is the arch/c6x part of commit 7c43185138cf ("Kbuild: Use dtc's -d
(dependency) option") which was dropped because c6x had not yet been
merged at the time.
* tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreaming:
Kbuild: Use dtc's -d (dependency) option
Diffstat (limited to 'arch')
-rw-r--r-- | arch/c6x/boot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/c6x/boot/Makefile b/arch/c6x/boot/Makefile index ecca820e604..6891257d514 100644 --- a/arch/c6x/boot/Makefile +++ b/arch/c6x/boot/Makefile @@ -13,7 +13,7 @@ obj-y += linked_dtb.o endif $(obj)/%.dtb: $(src)/dts/%.dts FORCE - $(call cmd,dtc) + $(call if_changed_dep,dtc) quiet_cmd_cp = CP $< $@$2 cmd_cp = cat $< >$@$2 || (rm -f $@ && echo false) |