summaryrefslogtreecommitdiff
path: root/nuttx/sched/paging
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-10-07 07:42:36 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-10-07 07:42:36 -0600
commit897bf18b4ff65b652c8ebdefd1c0e7ac28f4e745 (patch)
tree6cc7c3adb9cc3e33199aae172b75659e9470a778 /nuttx/sched/paging
parent7e4a848006a089d8144bc4848efe460872300adc (diff)
downloadpx4-nuttx-897bf18b4ff65b652c8ebdefd1c0e7ac28f4e745.tar.gz
px4-nuttx-897bf18b4ff65b652c8ebdefd1c0e7ac28f4e745.tar.bz2
px4-nuttx-897bf18b4ff65b652c8ebdefd1c0e7ac28f4e745.zip
Simplify how C source files are selected in the build
Diffstat (limited to 'nuttx/sched/paging')
-rw-r--r--nuttx/sched/paging/Make.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/paging/Make.defs b/nuttx/sched/paging/Make.defs
index ec90642cc..9b3b96b25 100644
--- a/nuttx/sched/paging/Make.defs
+++ b/nuttx/sched/paging/Make.defs
@@ -35,7 +35,7 @@
ifneq ($(CONFIG_PAGING),y)
-PG_SRCS = pg_miss.c pg_worker.c
+CSRCS += pg_miss.c pg_worker.c
# Include paging build support