uboot-mt623x/board/cm-bf548
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 Blackfin: unify u-boot linker scripts 2009-06-14 20:01:14 -04:00
cm-bf548.c Blackfin: kill off useless initdram() usage 2010-01-17 09:17:26 -05:00
config.mk Change directory-specific CFLAGS to use full path 2010-04-13 09:13:00 +02:00
video.c move prototypes for gunzip() and zunzip() to common.h 2009-12-21 21:39:59 +01:00