diff options
Diffstat (limited to 'packages/Python/lldbsuite/test/arm/breakpoint-thumb-codesection/Makefile')
-rw-r--r-- | packages/Python/lldbsuite/test/arm/breakpoint-thumb-codesection/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/Python/lldbsuite/test/arm/breakpoint-thumb-codesection/Makefile b/packages/Python/lldbsuite/test/arm/breakpoint-thumb-codesection/Makefile new file mode 100644 index 0000000000000..ea79c55cd4a9b --- /dev/null +++ b/packages/Python/lldbsuite/test/arm/breakpoint-thumb-codesection/Makefile @@ -0,0 +1,6 @@ +LEVEL = ../../make + +C_SOURCES := main.c +CFLAGS_EXTRAS = -mthumb + +include $(LEVEL)/Makefile.rules
\ No newline at end of file |