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
..
2009-10-03 10:15:45 +02:00
2009-12-14 16:42:03 -08:00
2009-12-14 16:42:03 -08:00
2010-03-24 11:08:28 -05:00
2010-02-12 12:36:04 -06:00
2009-10-03 10:15:45 +02:00
2009-10-03 10:15:45 +02:00
2010-03-23 14:29:09 -05:00
2010-03-07 12:36:35 -06:00
2009-10-03 10:15:45 +02:00
2009-10-03 10:15:45 +02:00
2009-10-03 10:15:45 +02:00
2009-10-03 10:15:45 +02:00
2009-10-03 10:15:45 +02:00
2010-04-13 09:12:59 +02:00
2009-08-25 12:57:55 +02:00
2009-12-14 16:42:03 -08:00
2009-10-03 10:15:45 +02:00
2009-10-03 10:15:45 +02:00
2009-10-03 10:15:45 +02:00
2009-10-03 10:15:45 +02:00
2010-04-07 01:11:17 -04:00
2009-10-03 10:15:45 +02:00
2010-03-12 23:06:04 +01:00
2009-10-03 10:15:45 +02:00
2010-03-12 23:06:04 +01:00
2009-10-03 10:15:45 +02:00
2009-12-14 16:42:03 -08:00
2009-10-03 10:15:45 +02:00
2009-10-03 10:15:45 +02:00
2009-10-03 10:15:45 +02:00
2009-10-03 10:15:45 +02:00
2009-10-03 10:15:45 +02:00
2009-10-03 10:15:45 +02:00
2009-10-03 10:15:45 +02:00
2009-10-03 10:15:45 +02:00
2010-02-12 12:31:53 -06:00
2009-08-22 00:20:20 +02:00
2009-10-03 10:15:45 +02:00
2009-10-03 10:15:45 +02:00
2009-10-03 10:15:45 +02:00
2009-10-03 10:15:45 +02:00
2009-10-03 10:15:45 +02:00
2009-10-03 10:15:45 +02:00
2009-10-03 10:15:45 +02:00
2009-11-27 16:26:13 -06:00
2009-10-03 10:15:45 +02:00
2010-03-07 12:36:35 -06:00