- Define structure pointer to NULL to make the compiler happy
[AROS.git] / rom / hidds / ata_pci / mmakefile.src
blobf27adb7d2f498e0199c06cb1c0884bde858fb43d
1 #$Id$
3 include $(SRCDIR)/config/aros.cfg
5 FILES := class_init probe bus_class interface_pio interface_dma
7 USER_LDFLAGS := -static
9 %build_module mmake=kernel-hidd-pciata \
10     modname=ata_pci modtype=hidd \
11     files="$(FILES)"
13 %common