X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=examples%2Fdemo%2Fdemo.mk;h=733b52c5adbea71a8b8e4121d762a1db610cfc4e;hb=87bbb18b93461ad7889de3a1e918e930ddf9cc7f;hp=cec05508b007dee30fef91314279b024f02df644;hpb=b6dea15cad2736f70d2cc7169e840863c53d517d;p=bertos.git diff --git a/examples/demo/demo.mk b/examples/demo/demo.mk index cec05508..733b52c5 100644 --- a/examples/demo/demo.mk +++ b/examples/demo/demo.mk @@ -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