First round of changes to get the ELF configuration building again
This commit is contained in:
parent
c20907b86c
commit
d936f1a918
@ -51,7 +51,7 @@
|
||||
#include "mmu.h"
|
||||
#include "pgalloc.h"
|
||||
|
||||
#if defined(CONFIG_MM_PGALLOC) && defined(CONFIG_ARCH_USE_MMU)
|
||||
#ifdef CONFIG_BUILD_KERNEL
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
@ -317,4 +317,4 @@ uintptr_t pgalloc(uintptr_t brkaddr, unsigned int npages)
|
||||
return brkaddr;
|
||||
}
|
||||
|
||||
#endif /* CONFIG_MM_PGALLOC && CONFIG_ARCH_USE_MMU */
|
||||
#endif /* CONFIG_BUILD_KERNEL */
|
||||
|
Loading…
Reference in New Issue
Block a user