diff options
author | Andreas Fritiofson <andreas.fritiofson@gmail.com> | 2016-11-02 22:34:42 +0100 |
---|---|---|
committer | Paul Fertser <fercerpav@gmail.com> | 2016-12-08 13:11:42 +0000 |
commit | 1039ed3ff2138c9d0d820b143159738f8a73cb2e (patch) | |
tree | ead816023fb2f797942d6530f3ff785143cec381 /contrib/loaders/Makefile | |
parent | cdba6ba0ad63d256f896c834b03732a5eefc7a13 (diff) |
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>
Diffstat (limited to 'contrib/loaders/Makefile')
-rw-r--r-- | contrib/loaders/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/loaders/Makefile b/contrib/loaders/Makefile index 2e5eba8c..31cccb5f 100644 --- a/contrib/loaders/Makefile +++ b/contrib/loaders/Makefile @@ -12,7 +12,8 @@ ARM_CROSS_COMPILE ?= arm-none-eabi- arm_dirs = \ flash/fm4 \ flash/kinetis_ke \ - flash/xmc1xxx + flash/xmc1xxx \ + debug/xscale arm: for d in $(common_dirs); do \ |