Enforce libdir. On OpenSUSE the libs where stored in "lib64". They weren't
[AROS.git] / rom / devs / ata / mmakefile.src
blob90bed81232ad11d30ed823b6e167b3b817e5c7e2
1 # $Id$
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__
12 ATADEVFILES := ata_init lowlevel ata timer waitnano waitto scsiemu bootwait 
14 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)"