OSDN Git Service

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)
commit348883d4828d7434e1053407818598f7fb15e594
tree9f67a2b5d566ca5106debfc2c7e41a4f8af7ba62
parentc53c1258a455cbe9afd7e5c572578646df30d438
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