Skip to content

Commit

Permalink
INFINIBAND: Remove 'TOPDIR' from Makefiles
Browse files Browse the repository at this point in the history
This patch removes TOPDIR from infiniband Makefile and delete
one include statement pointing to a non-existing directory

Cc: Roland Dreier <rolandd@cisco.com>
Cc: Sean Hefty <mshefty@ichips.intel.com>
Cc: Hal Rosenstock <hal.rosenstock@gmail.com>
Signed-off-by: WANG Cong <xiyou.wangcong@gmail.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
  • Loading branch information
WANG Cong authored and Sam Ravnborg committed Jan 28, 2008
1 parent 42d71c4 commit aff5905
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/infiniband/hw/cxgb3/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
EXTRA_CFLAGS += -I$(TOPDIR)/drivers/net/cxgb3 \
-I$(TOPDIR)/drivers/infiniband/hw/cxgb3/core
EXTRA_CFLAGS += -Idrivers/net/cxgb3

obj-$(CONFIG_INFINIBAND_CXGB3) += iw_cxgb3.o

Expand Down

0 comments on commit aff5905

Please sign in to comment.