mirror of https://github.com/schoebel/mars
infra: check CONFIG_SMP at out-of-tree builds
This commit is contained in:
parent
d7e9f91b87
commit
5e4753cffb
|
@ -12,6 +12,9 @@
|
|||
#ifndef CONFIG_MARS_MODULE
|
||||
// when unsure, include faked config file
|
||||
#include "mars_config.h"
|
||||
#ifndef CONFIG_SMP
|
||||
#warning CONFIG_SMP is not set -- are you SURE???
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef CONFIG_64BIT
|
||||
|
|
Loading…
Reference in New Issue