summaryrefslogtreecommitdiff
path: root/apps/examples/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-27 09:30:41 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-27 09:30:41 -0600
commite8410ddb25e9f03d48928e1c9686a740303d9d45 (patch)
treee3e319d20ebb979203b04ed04f3593d91701ae75 /apps/examples/Makefile
parent4120657cd331cbfd29ac9d6b0f2b76cad7d72cd4 (diff)
downloadnuttx-e8410ddb25e9f03d48928e1c9686a740303d9d45.tar.gz
nuttx-e8410ddb25e9f03d48928e1c9686a740303d9d45.tar.bz2
nuttx-e8410ddb25e9f03d48928e1c9686a740303d9d45.zip
Add support for a network device IOCTL to access PHY registers. Ioctls only implemented for STM32. From Lazlo
Diffstat (limited to 'apps/examples/Makefile')
-rw-r--r--apps/examples/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/examples/Makefile b/apps/examples/Makefile
index 547e3004a..a4bca7dfe 100644
--- a/apps/examples/Makefile
+++ b/apps/examples/Makefile
@@ -86,4 +86,3 @@ clean: $(foreach SDIR, $(SUBDIRS), $(SDIR)_clean)
distclean: $(foreach SDIR, $(SUBDIRS), $(SDIR)_distclean)
-include Make.dep
-