diff options
author | Ian Leonard <antonlacon@gmail.com> | 2014-11-24 23:42:42 -0800 |
---|---|---|
committer | Ian Leonard <antonlacon@gmail.com> | 2014-11-24 23:43:37 -0800 |
commit | ac7cd4c6e6cd1054edb6d9d329a480a6e011ed04 (patch) | |
tree | 39d34c8508d4516752aa2ebc3df7528421dbafe7 /utils/stm32flash/Makefile | |
parent | 526cd2f6b574cf194b7f36f830b73cb506411730 (diff) |
misc: correct typo in Makefiles for PKG_LICENSE_FILES
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
Diffstat (limited to 'utils/stm32flash/Makefile')
-rw-r--r-- | utils/stm32flash/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/stm32flash/Makefile b/utils/stm32flash/Makefile index ad4c2ede0..eab8cb9a3 100644 --- a/utils/stm32flash/Makefile +++ b/utils/stm32flash/Makefile @@ -17,7 +17,7 @@ PKG_MD5SUM:=a806c6b10b186b7d06a7eab12c3bc880 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) PKG_MAINTAINER:=Christian Pointner <equinox@spreadspace.org> PKG_LICENSE:=GPL-2.0+ -PKG_LICENSE_FILE:=gpl-2.0.txt +PKG_LICENSE_FILES:=gpl-2.0.txt include $(INCLUDE_DIR)/package.mk define Package/stm32flash |