diff options
author | INAGAKI Hiroshi <musashino.open@gmail.com> | 2020-10-31 21:45:05 +0900 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-11-12 18:19:44 +0100 |
commit | 65f3e7ce1f4ad0abda9f0b98ffb7972960602b41 (patch) | |
tree | 84f652d0208271eec5dc2bf72af503803f8fade6 /tools/firmware-utils/Makefile | |
parent | 165f0b00cdd2f763c1d478c2f58c535fc19b13bd (diff) | |
download | upstream-65f3e7ce1f4ad0abda9f0b98ffb7972960602b41.tar.gz upstream-65f3e7ce1f4ad0abda9f0b98ffb7972960602b41.tar.bz2 upstream-65f3e7ce1f4ad0abda9f0b98ffb7972960602b41.zip |
firmware-utils: fix mistake and improve logic in nec-enc
this patch fixes/improves follows:
- PATTERN_LEN is defined as a macro but unused
- redundant logic in count-up for "ptn"
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Diffstat (limited to 'tools/firmware-utils/Makefile')
-rw-r--r-- | tools/firmware-utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/firmware-utils/Makefile b/tools/firmware-utils/Makefile index 7f1754a347..81c62d977a 100644 --- a/tools/firmware-utils/Makefile +++ b/tools/firmware-utils/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME := firmware-utils -PKG_RELEASE := 4 +PKG_RELEASE := 5 include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/kernel.mk |