Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1 -1
+1 -1
arch/c6x/boot/Makefile
··· 13 13 endif 14 14 15 15 $(obj)/%.dtb: $(src)/dts/%.dts FORCE 16 - $(call cmd,dtc) 16 + $(call if_changed_dep,dtc) 17 17 18 18 quiet_cmd_cp = CP $< $@$2 19 19 cmd_cp = cat $< >$@$2 || (rm -f $@ && echo false)