Searched hist:a7e137eb94b6abd180050cf0b42e8b3db7efbf5f (Results 1 – 1 of 1) sorted by relevance
/linux/scripts/ |
H A D | Makefile.lib | diff a7e137eb94b6abd180050cf0b42e8b3db7efbf5f Thu Nov 05 14:03:27 CET 2015 Heiko Carstens <heiko.carstens@de.ibm.com> kbuild: add AFLAGS_REMOVE_(basename).o option
It is already possible to remove CFLAGS with the CFLAGS_REMOVE option that was introduced with commit 656ee82cc855 ("kbuild: create new CFLAGS_REMOVE_(basename).o option"). However it is not possible to remove AFLAGS for assembler files.
So this patch just adds the AFLAGS_REMOVE option which works the same like CFLAGS_REMOVE.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Acked-by: Michal Marek <mmarek@suse.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
|