2 include $(TOP)/config/make.cfg
4 INCLUDE_FILES := $(call WILDCARD, include/hardware/*.h)
5 %copy_includes path=hardware dir=include/hardware
7 INCLUDE_FILES := $(call WILDCARD, include/hidd/*.h)
8 %copy_includes path=hidd dir=include/hidd
10 USER_CFLAGS += -D__TIMER_NOLIBBASE__
11 USER_LDFLAGS := -static
13 ATADEVFILES := ata_init lowlevel ata timer waitnano waitto scsiemu bootwait
15 CLASSES := ata_class bus_class unit_class
17 %build_module mmake=kernel-ata \
18 modname=ata modtype=device version=$(AROS_TARGET_PLATFORM) \
19 files="$(ATADEVFILES) $(CLASSES)"