From 0b1cdb7eea1a2d53da2e97eaaa4ac27b518f8171 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Thu, 17 Sep 2020 12:46:19 +0200 Subject: treewide: remove empty default cases There is no apparent reason to have an empty default case. Signed-off-by: Adrian Schmutzler --- tools/missing-macros/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/missing-macros/Makefile') 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 -- cgit v1.2.3