Refactor to not have toolchain in path; Now a specific flash project_HOSTED is needed...
[bertos.git] / examples / randpool / randpool_demo.mk
index 680f3cff3c4760d0f750598211a0a8ef11054f5a..4c0d738d9599c2be8700c51b32cb5e7155802681 100644 (file)
@@ -17,6 +17,8 @@
 # Set to 1 for debug builds
 randpool_demo_DEBUG = 0
 
+randpool_demo_HOSTED = 1
+
 # Our target application
 TRG += randpool_demo
 
@@ -25,7 +27,7 @@ randpool_demo_CSRC = \
        algos/randpool.c \
        algos/md2.c \
        drv/timer.c \
-       os/hptime.c 
+       os/hptime.c
 
 randpool_demo_CFLAGS = -O0 -D'ARCH=0' -Iexamples/randpool/ -Iexamples/randpool/hw