diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-09-17 12:46:19 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-09-17 12:46:19 +0200 |
commit | 0b1cdb7eea1a2d53da2e97eaaa4ac27b518f8171 (patch) | |
tree | c558077349e034711cea28ce26426f84d504f1e0 /tools/missing-macros/Makefile | |
parent | a744c14dfa087bb00a5871a59b00028c94c4e00b (diff) | |
download | upstream-0b1cdb7eea1a2d53da2e97eaaa4ac27b518f8171.tar.gz upstream-0b1cdb7eea1a2d53da2e97eaaa4ac27b518f8171.tar.bz2 upstream-0b1cdb7eea1a2d53da2e97eaaa4ac27b518f8171.zip |
treewide: remove empty default cases
There is no apparent reason to have an empty default case.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'tools/missing-macros/Makefile')
-rw-r--r-- | tools/missing-macros/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/missing-macros/Makefile b/tools/missing-macros/Makefile index 3d3ee4cbef..1e423621bd 100644 --- a/tools/missing-macros/Makefile +++ b/tools/missing-macros/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=missing-macros -PKG_RELEASE:=10 +PKG_RELEASE:=11 include $(INCLUDE_DIR)/host-build.mk |