Re: [U-Boot-Users] [PATCH] Allow per file CFLAGS and AFLAGS

2008-07-05 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: Mimic the linux kernel build system's ability to have per source file CFLAGS or AFLAGS. In the makefile you can now do: CFLAGS_file.o += MY_FLAGS_OPTIONS Signed-off-by: Kumar Gala [EMAIL PROTECTED] I'm not sure why this would be needed. I tend to

[U-Boot-Users] [PATCH] Allow per file CFLAGS and AFLAGS

2008-05-29 Thread Kumar Gala
Mimic the linux kernel build system's ability to have per source file CFLAGS or AFLAGS. In the makefile you can now do: CFLAGS_file.o += MY_FLAGS_OPTIONS Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- config.mk | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git