summaryrefslogtreecommitdiff
path: root/nuttx/drivers/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-07-01 12:23:26 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-07-01 12:23:26 -0600
commit47335ab4bab269c35774964642b823d0367f79ed (patch)
tree033d6a88a653b2610bae7a7a72d4653289740dd4 /nuttx/drivers/Makefile
parent55f91130376b9580a9720a641e80d4049a19d639 (diff)
downloadpx4-nuttx-47335ab4bab269c35774964642b823d0367f79ed.tar.gz
px4-nuttx-47335ab4bab269c35774964642b823d0367f79ed.tar.bz2
px4-nuttx-47335ab4bab269c35774964642b823d0367f79ed.zip
Add a general bit-bang SPI upper-half driver
Diffstat (limited to 'nuttx/drivers/Makefile')
-rw-r--r--nuttx/drivers/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/drivers/Makefile b/nuttx/drivers/Makefile
index c91870ec9..cce03cad0 100644
--- a/nuttx/drivers/Makefile
+++ b/nuttx/drivers/Makefile
@@ -1,7 +1,7 @@
############################################################################
# drivers/Makefile
#
-# Copyright (C) 2007-2012 Gregory Nutt. All rights reserved.
+# Copyright (C) 2007-2013 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
@@ -62,6 +62,7 @@ include power$(DELIM)Make.defs
include sensors$(DELIM)Make.defs
include sercomm$(DELIM)Make.defs
include serial$(DELIM)Make.defs
+include spi$(DELIM)Make.defs
include syslog$(DELIM)Make.defs
include usbdev$(DELIM)Make.defs
include usbhost$(DELIM)Make.defs