revert 213 commits (to 56092) from the last month. 10 still need work to resolve...
[AROS.git] / rom / devs / ata / mmakefile.src
blob71713b534c0d24a889449c29af8c8eccc454c1c7
1 # $Id$
3 include $(SRCDIR)/config/aros.cfg
5 USER_CPPFLAGS := -D__OOP_NOMETHODBASES__ -D__OOP_NOATTRBASES__
6 #USER_CPPFLAGS += -DDEBUG
8 INCLUDE_FILES := $(call WILDCARD, include/devices/*.h)
9 %copy_includes path=devices dir=include/devices
11 INCLUDE_FILES := $(call WILDCARD, include/hardware/*.h)
12 %copy_includes path=hardware dir=include/hardware
14 INCLUDE_FILES := $(call WILDCARD, include/hidd/*.h)
15 %copy_includes path=hidd dir=include/hidd
17 USER_LDFLAGS := -static
19 ATA_DEVICEFILES := \
20     ata_init \
21     lowlevel \
22     ata \
23     ata_trim \
24     ata_smart \
25     timer \
26     waitnano \
27     waitto \
28     scsiemu \
29     bootwait
31 ATA_CLASSFILES := \
32     ata_controllerclass \
33     ata_busclass \
34     ata_unitclass
36 %build_module mmake=kernel-ata \
37   modname=ata modtype=device version=$(AROS_TARGET_PLATFORM) \
38   files="$(ATA_DEVICEFILES) $(ATA_CLASSFILES)"