xscale: Move debug handler to contrib/loaders
Avoid special rules to generate array at compile time by shipping the generated file. Convert to Makefile build like the other loaders. Change-Id: I5a05edddcfaff3d395086cd3aa33120f8a7aa9dc Signed-off-by: Andreas Fritiofson <andreas.fritiofson@gmail.com> Reviewed-on: http://openocd.zylin.com/3864 Tested-by: jenkins Reviewed-by: Paul Fertser <fercerpav@gmail.com>
This commit is contained in:
committed by
Paul Fertser
parent
cdba6ba0ad
commit
1039ed3ff2
@@ -73,7 +73,7 @@ static int xscale_read_trace(struct target *);
|
||||
* mini-ICache, which is 2K of code writable only via JTAG.
|
||||
*/
|
||||
static const uint8_t xscale_debug_handler[] = {
|
||||
#include "xscale_debug.inc"
|
||||
#include "../../contrib/loaders/debug/xscale/debug_handler.inc"
|
||||
};
|
||||
|
||||
static const char *const xscale_reg_list[] = {
|
||||
|
||||
Reference in New Issue
Block a user