refactored some code. compiles now without suppresing any warning with gcc-6.3.0.
[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)"