X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=examples%2Fdemo%2Fdemo.mk;h=d2588fd4f7a08be48ede86cc7ea0580ae1693b08;hb=fda30a7344dd7041a4594140f9986f18bd8c7f79;hp=cec05508b007dee30fef91314279b024f02df644;hpb=827fb5a9d45cdfcfcb90a4b5e3f9b4a14d727a89;p=bertos.git diff --git a/examples/demo/demo.mk b/examples/demo/demo.mk index cec05508..d2588fd4 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