diff options
Diffstat (limited to 'ANDROID_3.4.5/drivers/net/ethernet/brocade/bna/Makefile')
-rw-r--r-- | ANDROID_3.4.5/drivers/net/ethernet/brocade/bna/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ANDROID_3.4.5/drivers/net/ethernet/brocade/bna/Makefile b/ANDROID_3.4.5/drivers/net/ethernet/brocade/bna/Makefile deleted file mode 100644 index 6027302a..00000000 --- a/ANDROID_3.4.5/drivers/net/ethernet/brocade/bna/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# -# Copyright (c) 2005-2010 Brocade Communications Systems, Inc. -# All rights reserved. -# - -obj-$(CONFIG_BNA) += bna.o - -bna-objs := bnad.o bnad_ethtool.o bnad_debugfs.o bna_enet.o bna_tx_rx.o -bna-objs += bfa_msgq.o bfa_ioc.o bfa_ioc_ct.o bfa_cee.o -bna-objs += cna_fwimg.o - -EXTRA_CFLAGS := -Idrivers/net/bna |