summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lpc313x/Make.defs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-08-17 19:28:51 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-08-17 19:28:51 +0000
commitce609debf3dc1c607c9a778ae4cddb61036f5fe4 (patch)
tree38b9dd017eca148ca76a31ba6037a5b1f0089266 /nuttx/arch/arm/src/lpc313x/Make.defs
parent17d989b3c84c49ca70058e05898bb910d25fbec8 (diff)
downloadpx4-nuttx-ce609debf3dc1c607c9a778ae4cddb61036f5fe4.tar.gz
px4-nuttx-ce609debf3dc1c607c9a778ae4cddb61036f5fe4.tar.bz2
px4-nuttx-ce609debf3dc1c607c9a778ae4cddb61036f5fe4.zip
Skeletons for remaining paging files to be implemented
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2863 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/lpc313x/Make.defs')
-rwxr-xr-xnuttx/arch/arm/src/lpc313x/Make.defs4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/arch/arm/src/lpc313x/Make.defs b/nuttx/arch/arm/src/lpc313x/Make.defs
index 799984b07..66435f5b8 100755
--- a/nuttx/arch/arm/src/lpc313x/Make.defs
+++ b/nuttx/arch/arm/src/lpc313x/Make.defs
@@ -46,6 +46,10 @@ CMN_CSRCS = up_assert.c up_blocktask.c up_copystate.c up_createstack.c \
up_sigdeliver.c up_syscall.c up_unblocktask.c \
up_undefinedinsn.c up_usestack.c
+ifeq ($(CONFIG_PAGING),y)
+CMN_CSRCS += up_pginitialize.c up_checkpaging.c up_allocpage.c
+endif
+
CGU_ASRCS =
CGU_CSRCS = lpc313x_bcrndx.c lpc313x_clkdomain.c lpc313x_clkexten.c \
lpc313x_clkfreq.c lpc313x_clkinit.c lpc313x_defclk.c \