summaryrefslogtreecommitdiff
path: root/build/make/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'build/make/Makefile')
-rw-r--r--build/make/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/make/Makefile b/build/make/Makefile
index 4ac5bcf1f..e52ecd8c8 100644
--- a/build/make/Makefile
+++ b/build/make/Makefile
@@ -381,6 +381,7 @@ ifneq ($(call enabled,DIST-SRCS),)
DIST-SRCS-$(ARCH_ARM)$(ARCH_X86)$(ARCH_X86_64) += build/make/obj_int_extract.c
DIST-SRCS-$(ARCH_ARM) += build/make/ads2gas.pl
DIST-SRCS-$(ARCH_ARM) += build/make/ads2gas_apple.pl
+ DIST-SRCS-$(ARCH_ARM) += build/make/thumb.pm
DIST-SRCS-yes += $(target:-$(TOOLCHAIN)=).mk
endif
INSTALL-SRCS := $(call cond_enabled,CONFIG_INSTALL_SRCS,INSTALL-SRCS)