summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 4f80e045b7..d943d2a855 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -42,8 +42,12 @@ MAXOUTFILE = $(OBJDIR)/romstart
42 42
43ifdef SIMVER 43ifdef SIMVER
44# this is a sim build 44# this is a sim build
45all: $(OBJDIR)/$(BINARY) $(CODECS) $(ROCKS) 45COMMONLIB = $(ROOTDIR)/uisimulator/common/libcomsim.a
46
47all: $(COMMONLIB) $(OBJDIR)/$(BINARY) $(CODECS) $(ROCKS)
46 @$(MAKE) -C $(SIMDIR) 48 @$(MAKE) -C $(SIMDIR)
49
50$(COMMONLIB):
47 @$(MAKE) -C $(ROOTDIR)/uisimulator/common 51 @$(MAKE) -C $(ROOTDIR)/uisimulator/common
48else 52else
49# regular target build 53# regular target build