projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c86f96
)
bna: remove obsolete use of EXTRA_CFLAGS
author
Jiri Slaby
<jslaby@suse.cz>
Tue, 9 Jun 2015 12:24:43 +0000
(14:24 +0200)
committer
David S. Miller
<davem@davemloft.net>
Thu, 11 Jun 2015 04:59:02 +0000
(21:59 -0700)
EXTRA_CFLAGS should be used on the command line only.
Since EXTRA_CFLAGS here add only a non-existant path to compiler
include paths (by -I), remove EXTRA_CFLAGS completely.
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/brocade/bna/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/ethernet/brocade/bna/Makefile
b/drivers/net/ethernet/brocade/bna/Makefile
index 6e10b99733a230560ff8e6e218323834735c9a0a..8584abcf5366ea26acf5cb8c3990870bbdd94b6c 100644
(file)
--- a/
drivers/net/ethernet/brocade/bna/Makefile
+++ b/
drivers/net/ethernet/brocade/bna/Makefile
@@
-9,5
+9,3
@@
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