Makefile.target: Allow target helpers to be in any *_helper.c file
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 4 Apr 2011 10:46:32 +0000 (11:46 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Mon, 4 Apr 2011 18:18:06 +0000 (20:18 +0200)
commit758af37ed59039bfd55c01a10c7eb8b69bb80972
tree9f67a2b5d566ca5106debfc2c7e41a4f8af7ba62
parent31525a295c286b5486b94c6d0ed5d7db6f591526
Makefile.target: Allow target helpers to be in any *_helper.c file

Build all files matching *_helper.c with HELPER_CFLAGS, not just
op_helper.c. This allows you to put target helper functions which
use the global 'env' variable in multiple source files.

This only affects the ARM target as all the other targets currently only
have op_helper.c.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Makefile.target