powerpc: Fix make rules for dtc

Segher Boessenkool segher at kernel.crashing.org
Fri Oct 6 03:58:59 EST 2006


>  clean-files := $(zlib) $(zlibheader) $(zliblinuxheader) \
> -		$(obj)/empty.c
> +		$(obj)/empty.c *.dtb

If this wildcard works at all, it will still do the wrong thing:
deleting all .dtb files (even the ones that the Makefile cannot
create again, e.g., the user put them in the tree manually) is
at best not very polite.


Segher





More information about the Linuxppc-dev mailing list