summaryrefslogtreecommitdiffstats
path: root/apps/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-15 01:11:54 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-15 01:11:54 +0000
commit7bf071be1a572106fab0f4508ab01312c934b94d (patch)
treede3b02d6f7f48c9b94125f07c2df4d0029795dbe /apps/Makefile
parentb53d8081c1e407bdc9188f9b4f320846a1a50241 (diff)
Add skeleton file for STM32 watchdog timer driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4611 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/Makefile')
-rw-r--r--apps/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 979f204b5a..2a0008e1b5 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -79,7 +79,6 @@ include nshlib/Make.defs
include system/Make.defs
include vsn/Make.defs
-
# INSTALLED_APPS is the list of currently available application directories. It
# is the same as CONFIGURED_APPS, but filtered to exclude any non-existent
# application directory. namedapp is always in the list of applications to be