Show the scroll area only where there are one or more used plugins.
[bertos.git] / examples / demo / demo.mk
index cec05508b007dee30fef91314279b024f02df644..733b52c5adbea71a8b8e4121d762a1db610cfc4e 100644 (file)
@@ -14,6 +14,9 @@ include bertos/emul/emul.mk
 # Set to 1 for debug builds
 demo_DEBUG = 1
 
+# This is an hosted application
+demo_HOSTED = 1
+
 # Our target application
 TRG += demo
 
@@ -62,7 +65,7 @@ demo_CSRC = \
        bertos/verstag.c
 
 demo_CPPASRC = \
-       bertos/emul/switch.S
+       bertos/emul/switch_ctx_emul.S
 
 # FIXME: maybe this junk should go in emul/emul.mk?
 $(OBJDIR)/demo/bertos/emul/emulwin.o: bertos/emul/emulwin_moc.cpp