infra: check CONFIG_SMP at out-of-tree builds

This commit is contained in:
Thomas Schoebel-Theuer 2014-06-17 08:24:31 +02:00
parent d7e9f91b87
commit 5e4753cffb
1 changed files with 3 additions and 0 deletions

View File

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