summaryrefslogtreecommitdiff
path: root/apps/plugins/goban/goban.make
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/goban/goban.make')
-rw-r--r--apps/plugins/goban/goban.make9
1 files changed, 1 insertions, 8 deletions
diff --git a/apps/plugins/goban/goban.make b/apps/plugins/goban/goban.make
index a8b41285f0..2201dc60f4 100644
--- a/apps/plugins/goban/goban.make
+++ b/apps/plugins/goban/goban.make
@@ -16,15 +16,8 @@ GOBAN_OBJ := $(call c2obj, $(GOBAN_SRC))
16OTHER_SRC += $(GOBAN_SRC) 16OTHER_SRC += $(GOBAN_SRC)
17 17
18ifndef APP_TYPE 18ifndef APP_TYPE
19ifneq (,$(strip $(foreach tgt,RECORDER ONDIO,$(findstring $(tgt),$(TARGET))))) 19 ### all targets
20 ### lowmem targets
21 ROCKS += $(GOBAN_BUILDDIR)/goban.ovl
22 GOBAN_OUTLDS = $(GOBAN_BUILDDIR)/goban.link
23 GOBAN_OVLFLAGS = -T$(GOBAN_OUTLDS) -Wl,--gc-sections -Wl,-Map,$(basename $@).map
24else
25 ### all other targets
26 ROCKS += $(GOBAN_BUILDDIR)/goban.rock 20 ROCKS += $(GOBAN_BUILDDIR)/goban.rock
27endif
28else 21else
29 ### simulator 22 ### simulator
30 ROCKS += $(GOBAN_BUILDDIR)/goban.rock 23 ROCKS += $(GOBAN_BUILDDIR)/goban.rock