List.mui: Update entries count prior to range change
[AROS.git] / rom / hidds / base / storage / mmakefile.src
blob1a17a93af8b0f9dfddafc888f51b63c6c555fbac
1 #$Id$
3 include $(SRCDIR)/config/aros.cfg
5 FILES       := \
6                 storage_init \
7                 storage_class
9 NOWARN_FLAGS := $(NOWARN_PARENTHESES)
10 USER_CFLAGS      := $(NOWARN_FLAGS) -DAROS_USE_OOP \
11                     -D__OOP_NOLIBBASE__ \
12                     -D__UTILITY_NOLIBBASE__
13 USER_LDFLAGS := -static
15 %build_module mmake=kernel-hidd-storage \
16   modname=storage modtype=hidd \
17   files="$(FILES)"
19 LIBNAME     := storage
21 INCLUDE_FILES    := $(call WILDCARD, include/*.h)
23 %copy_includes path=hidd dir=include
25 #MM
26 clean ::
27         -$(RM) $(OBJDIR) *.err $(LIB) *.s
30 %common