move SDIO driver header files to the drivers/include directory and update rtdevice.h

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2209 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
luohui2320@gmail.com
2012-07-08 14:43:08 +00:00
parent 6ae04deffb
commit 7729b4a1e4
15 changed files with 57 additions and 56 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ sdio.c
""")
# The set of source files associated with this SConscript file.
path = [cwd]
path = [cwd + '/../include']
group = DefineGroup('DeviceDrivers', src, depend = ['RT_USING_SDIO'], CPPPATH = path)