First round of changes to get the ELF configuration building again

This commit is contained in:
Gregory Nutt 2014-09-16 15:37:05 -06:00
parent c20907b86c
commit d936f1a918

View File

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