projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
[SERIAL] Clean up and fix tty transmission start/stoping
[linux-2.6]
/
drivers
/
acorn
/
block
/
Makefile
1
#
2
# Makefile for the Acorn block device drivers.
3
#
4
5
fd1772_mod-objs := fd1772.o fd1772dma.o
6
mfmhd_mod-objs := mfmhd.o mfm.o
7
8
obj-$(CONFIG_BLK_DEV_FD1772) += fd1772_mod.o
9
obj-$(CONFIG_BLK_DEV_MFM) += mfmhd_mod.o