From 11f494ee25dd81af90255b1d61abc6f5508db4d0 Mon Sep 17 00:00:00 2001 From: Stefan Richter Date: Sun, 18 Mar 2007 01:39:28 +0100 Subject: firewire: rename CONFIG_FW to CONFIG_FIREWIRE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit to avoid confusion with CONFIG_FW_LOADER. Signed-off-by: Stefan Richter Acked-by: Kristian Høgsberg --- drivers/firewire/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'drivers/firewire/Makefile') diff --git a/drivers/firewire/Makefile b/drivers/firewire/Makefile index b955c999854..eddc16c701b 100644 --- a/drivers/firewire/Makefile +++ b/drivers/firewire/Makefile @@ -5,6 +5,6 @@ fw-core-objs := fw-card.o fw-topology.o fw-transaction.o fw-iso.o \ fw-device.o fw-device-cdev.o -obj-$(CONFIG_FW) += fw-core.o -obj-$(CONFIG_FW_OHCI) += fw-ohci.o -obj-$(CONFIG_FW_SBP2) += fw-sbp2.o \ No newline at end of file +obj-$(CONFIG_FIREWIRE) += fw-core.o +obj-$(CONFIG_FIREWIRE_OHCI) += fw-ohci.o +obj-$(CONFIG_FIREWIRE_SBP2) += fw-sbp2.o -- cgit v1.2.3-70-g09d2