alsa.audio: move handling of XRUN when writting to the slave task
[AROS.git] / rom / filesys / afs / mmakefile.src
blob8c6d0a8cc82a5e8c33e04d508ffee317e0ffe876
1 # $Id$
2 include $(TOP)/config/make.cfg
4 FILES := main \
5         bitmap \
6         cache \
7         checksums \
8         error \
9         extstrings \
10         filehandles1 \
11         filehandles2 \
12         filehandles3 \
13         hashing \
14         misc \
15         os_aros_support \
16         volumes \
17         validator
19 #MM- kernel-fs-afs : includes linklibs
21 USER_CFLAGS := -D__INTUITION_NOLIBBASE__ -DADATE="\"$(shell date '+%d.%m.%Y')\""
22 USER_LDFLAGS := -static
24 %build_module mmake=kernel-fs-afs \
25     modname=afs modtype=handler \
26     files="$(FILES)"
28 %common