Skip to content

Commit

Permalink
ieee1394: only build OUI database files if config enabled
Browse files Browse the repository at this point in the history
Only build IEEE1394 OUI database files if the config option is enabled.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
  • Loading branch information
Randy Dunlap authored and Stefan Richter committed Dec 7, 2006
1 parent 7f58803 commit def4d87
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion drivers/ieee1394/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit def4d87

Please sign in to comment.