summaryrefslogtreecommitdiff
path: root/nuttx/lib/sched/Make.defs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/lib/sched/Make.defs')
-rw-r--r--nuttx/lib/sched/Make.defs11
1 files changed, 8 insertions, 3 deletions
diff --git a/nuttx/lib/sched/Make.defs b/nuttx/lib/sched/Make.defs
index 939cb983f..f398b755e 100644
--- a/nuttx/lib/sched/Make.defs
+++ b/nuttx/lib/sched/Make.defs
@@ -1,8 +1,8 @@
############################################################################
# lib/sched/Make.defs
#
-# Copyright (C) 2011 Gregory Nutt. All rights reserved.
-# Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+# Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
+# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
@@ -33,6 +33,11 @@
#
############################################################################
-SCHED_SRCS = sched_getprioritymax.c sched_getprioritymin.c
+# Add the sched C files to the build
+CSRCS += sched_getprioritymax.c sched_getprioritymin.c
+# Add the sched directory to the build
+
+DEPPATH += --dep-path sched
+VPATH += :sched