1417ae0869
This fixes some uneeded rebuilds under drivers/net/chelsio after moving the source tree. The makefiles used $(TOPDIR) for include paths, which is unnecessary. Changed to use relative paths. Compile tested, produces byte-identical code to the previous makefiles. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
11 lines
196 B
Makefile
11 lines
196 B
Makefile
#
|
|
# Chelsio 10Gb NIC driver for Linux.
|
|
#
|
|
|
|
obj-$(CONFIG_CHELSIO_T1) += cxgb.o
|
|
|
|
EXTRA_CFLAGS += -Idrivers/net/chelsio $(DEBUG_FLAGS)
|
|
|
|
|
|
cxgb-objs := cxgb2.o espi.o pm3393.o sge.o subr.o mv88x201x.o
|
|
|