revert 213 commits (to 56092) from the last month. 10 still need work to resolve...
[AROS.git] / rom / hidds / base / storage / mmakefile.src
blobfa71dbc918859d194f01b1715900804cbe0c6ed0
1 #$Id$
3 include $(SRCDIR)/config/aros.cfg
5 #MM- kernel-hidd-base-kobj : kernel-hidd-storage-kobj
6 #MM kernel-hidd-storage-includes : kernel-hidd-bus-includes
8 FILES       := \
9                 storage_init \
10                 storage_controllerclass \
11                 storage_busclass \
12                 storage_unitclass \
13                 storage_class
15 NOWARN_FLAGS := $(NOWARN_PARENTHESES)
16 USER_CFLAGS      := $(NOWARN_FLAGS)
17 USER_CPPFLAGS      := -DAROS_USE_OOP \
18                     -D__OOP_NOLIBBASE__ -D__OOP_NOMETHODBASES__ -D__OOP_NOATTRBASES__ \
19                     -D__UTILITY_NOLIBBASE__
20 USER_CPPFLAGS += -DDEBUG
21 USER_LDFLAGS := -static
23 %build_module mmake=kernel-hidd-storage \
24   modname=storage modtype=hidd \
25   files="$(FILES)"
27 LIBNAME     := storage
29 INCLUDE_FILES    := $(call WILDCARD, include/*.h)
31 %copy_includes path=hidd dir=include
33 #MM
34 clean ::
35         -$(RM) $(OBJDIR) *.err $(LIB) *.s
38 %common