Revision d441bcbae8e68154eb38e1db780bf2ea68a63be3 authored by Phil Elwell on 25 March 2015, 17:49:47 UTC, committed by popcornmix on 23 April 2015, 14:52:46 UTC
BCM2835 has two SD card interfaces. This driver uses the other one.
1 parent c8ffccd
Raw File
Makefile
#
# Makefile for IUCV
#

obj-$(CONFIG_IUCV)	+= iucv.o
obj-$(CONFIG_AFIUCV)	+= af_iucv.o
back to top