Stop build if CONFIG_TRACEPOINTS is not set
authorSamu Voutilainen <smar@smar.fi>
Mon, 22 Apr 2013 17:05:05 +0000 (13:05 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 22 Apr 2013 17:05:37 +0000 (13:05 -0400)
commit699f9673466e1a6537ad23cc697b79660639f260
tree4fe54fa26481568099491f17535da27d086d3082
parentb4809588d79abb5c9a429f06aaadaf95ec34f449
Stop build if CONFIG_TRACEPOINTS is not set

Previously it just tries to compile with zero modules, which is
confusing if you thought you had configured everything correctly. Now it
throws an error which tells which went wrong.

Fixes #506

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Makefile
This page took 0.024548 seconds and 4 git commands to generate.