diff options
Diffstat (limited to 'drivers/net/bna/Makefile')
-rw-r--r-- | drivers/net/bna/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/net/bna/Makefile b/drivers/net/bna/Makefile new file mode 100644 index 000000000000..a5d604de7fea --- /dev/null +++ b/drivers/net/bna/Makefile | |||
@@ -0,0 +1,11 @@ | |||
1 | # | ||
2 | # Copyright (c) 2005-2010 Brocade Communications Systems, Inc. | ||
3 | # All rights reserved. | ||
4 | # | ||
5 | |||
6 | obj-$(CONFIG_BNA) += bna.o | ||
7 | |||
8 | bna-objs := bnad.o bnad_ethtool.o bna_ctrl.o bna_txrx.o | ||
9 | bna-objs += bfa_ioc.o bfa_ioc_ct.o bfa_cee.o cna_fwimg.o | ||
10 | |||
11 | EXTRA_CFLAGS := -Idrivers/net/bna | ||