infra: fix include of generated header for out-of-tree builds

This commit is contained in:
Thomas Schoebel-Theuer 2014-04-10 14:33:34 +02:00 committed by Thomas Schoebel-Theuer
parent a2bad6db4e
commit 21fe963c5e
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,11 @@
#include <linux/mm_types.h>
#ifndef CONFIG_MARS_MODULE
// when unsure, include faked config file
#include "mars_config.h"
#endif
#define BRICK_DEBUG_MEM 4096
#ifndef CONFIG_MARS_DEBUG_MEM