Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <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>

authored by

WANG Cong and committed by
Sam Ravnborg
aff59057 42d71c44

+1 -2
+1 -2
drivers/infiniband/hw/cxgb3/Makefile
··· 1 - EXTRA_CFLAGS += -I$(TOPDIR)/drivers/net/cxgb3 \ 2 - -I$(TOPDIR)/drivers/infiniband/hw/cxgb3/core 1 + EXTRA_CFLAGS += -Idrivers/net/cxgb3 3 2 4 3 obj-$(CONFIG_INFINIBAND_CXGB3) += iw_cxgb3.o 5 4