w.i.p sdcard device driver for raspi. detects cards but isnt able to send commands...
[AROS.git] / arch / arm-raspi / devs / sdcard / mmakefile.src
blob306dfba63f33f98013cd01cce51c96641a60e7e9
1 # $Id: mmakefile.src 44918 2012-06-01 03:30:04Z jmcmullan $
2 include $(TOP)/config/make.cfg
4 USER_CFLAGS += -I $(SRCDIR)/$(CURDIR) -D__TIMER_NOLIBBASE__
6 %build_module mmake=kernel-sdcard \
7   modname=sdcard modtype=device version=$(AROS_TARGET_PLATFORM) \
8   files="sdcard_init sdcard_bus sdcard_device sdcard_ioops timer" \
9   uselibs="oop"