summaryrefslogtreecommitdiff
path: root/nuttx/drivers/mtd/Make.defs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/drivers/mtd/Make.defs')
-rw-r--r--nuttx/drivers/mtd/Make.defs8
1 files changed, 6 insertions, 2 deletions
diff --git a/nuttx/drivers/mtd/Make.defs b/nuttx/drivers/mtd/Make.defs
index 2f4b9e86d..8e2e840f0 100644
--- a/nuttx/drivers/mtd/Make.defs
+++ b/nuttx/drivers/mtd/Make.defs
@@ -2,8 +2,8 @@
# drivers/mtd/Make.defs
# This driver supports a block of RAM as a NuttX MTD device
#
-# Copyright (C) 2009-2011 Gregory Nutt. All rights reserved.
-# Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+# Copyright (C) 2009-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
@@ -42,6 +42,10 @@ ifeq ($(CONFIG_MTD_AT24XX),y)
CSRCS += at24xx.c
endif
+ifeq ($(CONFIG_MTD_SST25),y)
+CSRCS += sst25.c
+endif
+
# Include MTD driver support
DEPPATH += --dep-path mtd