uboot-mt623x/board/bf537-stamp
Peter Tyser 89f39e177e Change directory-specific CFLAGS to use full path
Previously, a specific file or directory could be compiled with custom
CFLAGS by adding a Makefile variable such as:
  CFLAGS_dlmalloc.o = <custom flags for common/dlmalloc.c>
or
  CFLAGS_lib = <custom flags for lib directory>

This method breaks down once multiple files or directories share the
same path.  Eg FLAGS_fileA = <custom flags> would incorrectly result in
both dir1/fileA.c and dir2/fileA.c being compiled with <custom flags>.

This change allows finer grained control which we need once we move
lib_$ARCH to arch/$ARCH/lib/ and lib_generic/ to lib/.  Without this
change all lib/ directories would share the same custom CFLAGS.

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2010-04-13 09:13:00 +02:00
..
Makefile mtd: nand: new base driver for memory mapped nand devices 2009-07-07 17:58:04 -05:00
bf537-stamp.c Blackfin: kill off useless initdram() usage 2010-01-17 09:17:26 -05:00
cmd_bf537led.c General help message cleanup 2009-06-12 20:47:16 +02:00
config.mk Change directory-specific CFLAGS to use full path 2010-04-13 09:13:00 +02:00
ide-cf.c Blackfin: bf537-stamp: split CF/IDE code out into dedicated cf-ide.c 2009-04-02 06:42:00 -04:00
post-memory.c Blackfin: bf537-stamp: move CONFIG_POST handling to COBJS-$(...) 2009-03-23 15:14:52 -04:00
post.c Blackfin: bf537-stamp: split post code out into dedicated post.c 2009-03-24 20:36:31 -04:00
spi_flash.c Blackfin: add support for S25FL128 parts 2009-03-24 20:36:31 -04:00