summaryrefslogtreecommitdiffstats
path: root/drivers/mca/Makefile
AgeCommit message (Collapse)AuthorLines
2003-02-03kbuild: Remove export-objs := ... statementsKai Germaschewski-1/+0
One of the goals of the whole new modversions implementation: export-objs is gone for good!
2002-12-14[PATCH] Remove Rules.make from Makefiles (2/3)Brian Gerst-2/+0
Makefiles no longer need to include Rules.make, which is currently an empty file. This patch removes it from the drivers tree Makefiles.
2002-11-22mca-sysfs-VIJames Bottomley-2/+3
Make proc and legacy depend on compile options.
2002-11-22add mca-driver handlingJames Bottomley-2/+2
Tidies up the handling of MCA drivers
2002-11-22MCA sysfs Part II - abstract out the hw specific piecesJames Bottomley-1/+1
Just in case some raving lunatic wants to add other platform support for MCA (like RS6000) Abstract the hardware pieces from the general MCA bus handling Make all bus and pos accesses go through special accessor registers add transform functions for multiple MCA bus machines
2002-11-22MCA sysfs changesJames Bottomley-0/+9
These changes make MCA use sysfs. They export the identical api to the previous MCA functions, but now everything operates in terms of sysfs struct devices.