Skip to content

Commit aff5905

Browse files
congwangsravnborg
authored andcommitted
INFINIBAND: Remove 'TOPDIR' from Makefiles
This patch removes TOPDIR from infiniband Makefile and delete one include statement pointing to a non-existing directory Cc: Roland Dreier <[email protected]> Cc: Sean Hefty <[email protected]> Cc: Hal Rosenstock <[email protected]> Signed-off-by: WANG Cong <[email protected]> Signed-off-by: Sam Ravnborg <[email protected]>
1 parent 42d71c4 commit aff5905

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

drivers/infiniband/hw/cxgb3/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
EXTRA_CFLAGS += -I$(TOPDIR)/drivers/net/cxgb3 \
2-
-I$(TOPDIR)/drivers/infiniband/hw/cxgb3/core
1+
EXTRA_CFLAGS += -Idrivers/net/cxgb3
32

43
obj-$(CONFIG_INFINIBAND_CXGB3) += iw_cxgb3.o
54

0 commit comments

Comments
 (0)