don't try to copy 30 bytes of string into a 16 byte buffer.
[AROS.git] / rom / storage / mmakefile.src
blobc4938e46a2ff0033dd84ce3712883afeed9a338b
1 # $Id$
3 include $(SRCDIR)/config/aros.cfg
5 STORAGE_FILES := \
6     storage_init
8 %build_module mmake=kernel-storage \
9   modname=storage modtype=resource \
10   files="$(STORAGE_FILES)"