uboot-mt623x/board/eNET
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 Add PCI support to eNET board 2009-09-04 21:57:50 +02:00
config.mk Change directory-specific CFLAGS to use full path 2010-04-13 09:13:00 +02:00
eNET.c i386: Final Relocation 2009-12-05 01:05:39 +01:00
eNET_pci.c Add PCI support to eNET board 2009-09-04 21:57:50 +02:00
eNET_start.S Added initial eNET board support 2009-01-24 01:01:16 +01:00
eNET_start16.S i386: Remove inline asm symbols from .dynsym 2009-12-05 01:04:44 +01:00
hardware.h Added initial eNET board support 2009-01-24 01:01:16 +01:00
u-boot.lds i386: Final Relocation 2009-12-05 01:05:39 +01:00