3 include $(SRCDIR)/config/aros.cfg
5 INCLUDE_FILES := $(call WILDCARD, include/hardware/*.h)
6 %copy_includes path=hardware dir=include/hardware
8 INCLUDE_FILES := $(call WILDCARD, include/hidd/*.h)
9 %copy_includes path=hidd dir=include/hidd
11 USER_CFLAGS += -D__TIMER_NOLIBBASE__
12 USER_LDFLAGS := -static
14 ATADEVFILES := ata_init lowlevel ata timer waitnano waitto scsiemu bootwait
16 CLASSES := ata_class bus_class unit_class
18 %build_module mmake=kernel-ata \
19 modname=ata modtype=device version=$(AROS_TARGET_PLATFORM) \
20 files="$(ATADEVFILES) $(CLASSES)"