diff options
author | Ted Hess <thess@kitschensync.net> | 2015-09-07 10:29:50 -0400 |
---|---|---|
committer | Ted Hess <thess@kitschensync.net> | 2015-09-07 10:29:50 -0400 |
commit | 7e517d84f2208d268b5cb74a33aa5233283e6a4e (patch) | |
tree | 857c2b53a5d411f76f487b2af14f3fdabb5dabc0 /utils | |
parent | 7bb0dc34f3f9898a77b007a344007d00c1eabb5f (diff) | |
parent | 608d71b26fdcfd2dabae5b2428bebcc401c13f79 (diff) |
Merge pull request #1732 from paulfertser/fix-openocd-nls-mk
openocd: include nls.mk to fix build with full NLS support
Diffstat (limited to 'utils')
-rw-r--r-- | utils/openocd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/openocd/Makefile b/utils/openocd/Makefile index 2d22e4d36..c72818c97 100644 --- a/utils/openocd/Makefile +++ b/utils/openocd/Makefile @@ -26,6 +26,7 @@ PKG_INSTALL:=1 PKG_FIXUP:=autoreconf include $(INCLUDE_DIR)/package.mk +include $(INCLUDE_DIR)/nls.mk define Package/openocd SECTION:=utils |