3 # Copyright 2006 Develer S.r.l. (http://www.develer.com/)
6 # Makefile fragment for DevLib randpool_demo application.
8 # Author: Daniele Basile <asterix@develer.com>
11 # Revision 1.1 2007/02/15 18:17:51 asterix
12 # Add randpool test program.
17 # Set to 1 for debug builds
18 randpool_demo_DEBUG = 0
20 # Our target application
23 randpool_demo_CSRC = \
24 app/randpool/randpool_demo.c \
30 randpool_demo_CFLAGS = -O0 -D'ARCH=0' -Iapp/randpool/ -Iapp/randpool/hw
33 ifeq ($(randpool_demo_DEBUG),1)
34 randpool_demo_CFLAGS += -D_DEBUG
35 randpool_demo_PCSRC += drv/kdebug.c