From: Randy Dunlap Date: Tue, 24 Oct 2006 18:19:11 +0000 (-0700) Subject: ieee1394: only build OUI database files if config enabled X-Git-Tag: v2.6.20-rc1~34^2~412^2^2~38 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=def4d8733b8b8fed521957a7fd546714dd491b91;p=~shefty%2Frdma-dev.git ieee1394: only build OUI database files if config enabled Only build IEEE1394 OUI database files if the config option is enabled. Signed-off-by: Randy Dunlap Signed-off-by: Stefan Richter --- diff --git a/drivers/ieee1394/Makefile b/drivers/ieee1394/Makefile index 6f53611fe25..d9650d3d77a 100644 --- a/drivers/ieee1394/Makefile +++ b/drivers/ieee1394/Makefile @@ -3,8 +3,11 @@ # ieee1394-objs := ieee1394_core.o ieee1394_transactions.o hosts.o \ - highlevel.o csr.o nodemgr.o oui.o dma.o iso.o \ + highlevel.o csr.o nodemgr.o dma.o iso.o \ csr1212.o config_roms.o +ifdef CONFIG_IEEE1394_OUI_DB +ieee1394-objs += oui.o +endif obj-$(CONFIG_IEEE1394) += ieee1394.o obj-$(CONFIG_IEEE1394_PCILYNX) += pcilynx.o