]> git.openfabrics.org - compat-rdma/compat.git/commit
compat: move definition of COMPAT_CONFIG and COMPAT_AUTOCONF
authorLuis R. Rodriguez <mcgrof@frijolero.org>
Mon, 27 Feb 2012 21:34:57 +0000 (13:34 -0800)
committerLuis R. Rodriguez <mcgrof@frijolero.org>
Mon, 27 Feb 2012 21:34:57 +0000 (13:34 -0800)
commit407a6a023f7cb135f491ece44a63496029b8301a
treeff1f1368daef0aa850385570d2619e9ff60c99e7
parent9858c345cc154043cf81f551b70d15a3b80cc437
compat: move definition of COMPAT_CONFIG and COMPAT_AUTOCONF

The Makefile for external modules are read twice, once during
the initial make command, and then later to build the modules
target *by the kernel*. This ensures that we define the variables
COMPAT_CONFIG and COMPAT_AUTOCONF are only defined once.

Signed-off-by: Luis R. Rodriguez <mcgrof@frijolero.org>
Makefile