mirror of
https://github.com/schoebel/mars
synced 2025-01-27 09:44:41 +00:00
infra: fix include of generated header for out-of-tree builds
This commit is contained in:
parent
a2bad6db4e
commit
21fe963c5e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user