From 090bd9592df1e05e289e658c2530ae277a205318 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Tue, 3 Nov 2020 18:42:50 -0500 Subject: Remove the firmware decompressor and a few more other SH-stragglers. Change-Id: Ic568755afcccc6db1b6e791b1ed0d2588b90356f --- apps/plugins/chessbox/chessbox.make | 5 ----- 1 file changed, 5 deletions(-) (limited to 'apps/plugins/chessbox/chessbox.make') diff --git a/apps/plugins/chessbox/chessbox.make b/apps/plugins/chessbox/chessbox.make index ee4940de8b..87f0a6ecc0 100644 --- a/apps/plugins/chessbox/chessbox.make +++ b/apps/plugins/chessbox/chessbox.make @@ -24,12 +24,7 @@ else ROCKS += $(CHESSBOX_OBJDIR)/chessbox.rock endif -ifeq ($(CPU),sh) -# sh need to retain its' -Os -CHESSBOXFLAGS = $(PLUGINFLAGS) -else CHESSBOXFLAGS = $(filter-out -O%,$(PLUGINFLAGS)) -O2 -endif $(CHESSBOX_OBJDIR)/chessbox.rock: $(CHESSBOX_OBJ) -- cgit v1.2.3