[dlmodule] Simply remove the module.c file from the project file.
This commit is contained in:
parent
ba5c1bea44
commit
7dc042e6b9
|
@ -1099,9 +1099,6 @@
|
|||
<file>
|
||||
<name>$PROJ_DIR$\..\..\src\mempool.c</name>
|
||||
</file>
|
||||
<file>
|
||||
<name>$PROJ_DIR$\..\..\src\module.c</name>
|
||||
</file>
|
||||
<file>
|
||||
<name>$PROJ_DIR$\..\..\src\object.c</name>
|
||||
</file>
|
||||
|
|
|
@ -453,24 +453,6 @@
|
|||
</file-configuration>
|
||||
</file-configurations>
|
||||
</file>
|
||||
<file name="..\..\..\src\module.c">
|
||||
<file-configurations>
|
||||
<file-configuration name="Debug">
|
||||
<excluded-flag value="no"/>
|
||||
<build-with-flag value="project"/>
|
||||
<intermediate-dir>.\Debug</intermediate-dir>
|
||||
<output-dir>.\Debug</output-dir>
|
||||
</file-configuration>
|
||||
<file-configuration name="Release">
|
||||
<excluded-flag value="no"/>
|
||||
<build-with-flag value="project"/>
|
||||
<intermediate-dir>.\Release</intermediate-dir>
|
||||
<output-dir>.\Release</output-dir>
|
||||
</file-configuration>
|
||||
</file-configurations>
|
||||
</file>
|
||||
<file name="..\..\..\src\module.h">
|
||||
</file>
|
||||
<file name="..\..\..\src\object.c">
|
||||
<file-configurations>
|
||||
<file-configuration name="Debug">
|
||||
|
|
|
@ -138,10 +138,6 @@ bf533_Debug : ./Debug/bf533.ldr
|
|||
@echo "..\..\..\src\mempool.c"
|
||||
$(VDSP)/ccblkfn.exe -c ..\..\..\src\mempool.c -file-attr ProjectName=bf533 -g -structs-do-not-overlap -no-multiline -I ../../../include -I ../ -I ../../../components/finsh -I ../../../libcpu/blackfin/bf53x -I ../../../src -double-size-64 -decls-strong -warn-protos -proc ADSP-BF533 -o .\Debug\mempool.doj -MM
|
||||
|
||||
./Debug/module.doj :../../../src/module.c ../../../include/rthw.h ../../../include/rtthread.h ../../../include/rtdef.h ../rtconfig.h $(VDSP)/Blackfin/include/stdarg.h $(VDSP)/Blackfin/include/yvals.h ../../../include/rtdebug.h ../../../include/rtservice.h ../../../include/rtm.h $(VDSP)/Blackfin/include/string.h
|
||||
@echo "..\..\..\src\module.c"
|
||||
$(VDSP)/ccblkfn.exe -c ..\..\..\src\module.c -file-attr ProjectName=bf533 -g -structs-do-not-overlap -no-multiline -I ../../../include -I ../ -I ../../../components/finsh -I ../../../libcpu/blackfin/bf53x -I ../../../src -double-size-64 -decls-strong -warn-protos -proc ADSP-BF533 -o .\Debug\module.doj -MM
|
||||
|
||||
./Debug/object.doj :../../../src/object.c ../../../include/rtthread.h ../../../include/rtdef.h ../rtconfig.h $(VDSP)/Blackfin/include/stdarg.h $(VDSP)/Blackfin/include/yvals.h ../../../include/rtdebug.h ../../../include/rtservice.h ../../../include/rthw.h
|
||||
@echo "..\..\..\src\object.c"
|
||||
$(VDSP)/ccblkfn.exe -c ..\..\..\src\object.c -file-attr ProjectName=bf533 -g -structs-do-not-overlap -no-multiline -I ../../../include -I ../ -I ../../../components/finsh -I ../../../libcpu/blackfin/bf53x -I ../../../src -double-size-64 -decls-strong -warn-protos -proc ADSP-BF533 -o .\Debug\object.doj -MM
|
||||
|
|
|
@ -2111,9 +2111,6 @@
|
|||
<file>
|
||||
<name>$PROJ_DIR$\../../src/mempool.c</name>
|
||||
</file>
|
||||
<file>
|
||||
<name>$PROJ_DIR$\../../src/module.c</name>
|
||||
</file>
|
||||
<file>
|
||||
<name>$PROJ_DIR$\../../src/object.c</name>
|
||||
</file>
|
||||
|
|
|
@ -1082,18 +1082,6 @@
|
|||
<RteFlg>0</RteFlg>
|
||||
<bShared>0</bShared>
|
||||
</File>
|
||||
<File>
|
||||
<GroupNumber>5</GroupNumber>
|
||||
<FileNumber>73</FileNumber>
|
||||
<FileType>1</FileType>
|
||||
<tvExp>0</tvExp>
|
||||
<tvExpOptDlg>0</tvExpOptDlg>
|
||||
<bDave2>0</bDave2>
|
||||
<PathWithFileName>../../src/module.c</PathWithFileName>
|
||||
<FilenameWithoutPath>module.c</FilenameWithoutPath>
|
||||
<RteFlg>0</RteFlg>
|
||||
<bShared>0</bShared>
|
||||
</File>
|
||||
<File>
|
||||
<GroupNumber>5</GroupNumber>
|
||||
<FileNumber>74</FileNumber>
|
||||
|
|
|
@ -891,13 +891,6 @@
|
|||
<FilePath>..\..\src\mempool.c</FilePath>
|
||||
</File>
|
||||
</Files>
|
||||
<Files>
|
||||
<File>
|
||||
<FileName>module.c</FileName>
|
||||
<FileType>1</FileType>
|
||||
<FilePath>..\..\src\module.c</FilePath>
|
||||
</File>
|
||||
</Files>
|
||||
<Files>
|
||||
<File>
|
||||
<FileName>object.c</FileName>
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
#define RT_USING_CONSOLE
|
||||
#define RT_CONSOLEBUF_SIZE 128
|
||||
#define RT_CONSOLE_DEVICE_NAME "uart0"
|
||||
#define RT_USING_MODULE
|
||||
// #define RT_USING_MODULE
|
||||
#define ARCH_ARM
|
||||
#define ARCH_ARM_CORTEX_M
|
||||
#define ARCH_ARM_CORTEX_M4
|
||||
|
|
|
@ -1784,9 +1784,6 @@
|
|||
<file>
|
||||
<name>$PROJ_DIR$\..\..\src\mempool.c</name>
|
||||
</file>
|
||||
<file>
|
||||
<name>$PROJ_DIR$\..\..\src\module.c</name>
|
||||
</file>
|
||||
<file>
|
||||
<name>$PROJ_DIR$\..\..\src\object.c</name>
|
||||
</file>
|
||||
|
|
|
@ -484,20 +484,6 @@
|
|||
<PathWithFileName>..\..\src\mempool.c</PathWithFileName>
|
||||
<FilenameWithoutPath>mempool.c</FilenameWithoutPath>
|
||||
</File>
|
||||
<File>
|
||||
<GroupNumber>4</GroupNumber>
|
||||
<FileNumber>23</FileNumber>
|
||||
<FileType>1</FileType>
|
||||
<tvExp>0</tvExp>
|
||||
<Focus>0</Focus>
|
||||
<ColumnNumber>0</ColumnNumber>
|
||||
<tvExpOptDlg>0</tvExpOptDlg>
|
||||
<TopLine>0</TopLine>
|
||||
<CurrentLine>0</CurrentLine>
|
||||
<bDave2>0</bDave2>
|
||||
<PathWithFileName>..\..\src\module.c</PathWithFileName>
|
||||
<FilenameWithoutPath>module.c</FilenameWithoutPath>
|
||||
</File>
|
||||
<File>
|
||||
<GroupNumber>4</GroupNumber>
|
||||
<FileNumber>24</FileNumber>
|
||||
|
|
|
@ -513,11 +513,6 @@
|
|||
<FileType>1</FileType>
|
||||
<FilePath>..\..\src\mempool.c</FilePath>
|
||||
</File>
|
||||
<File>
|
||||
<FileName>module.c</FileName>
|
||||
<FileType>1</FileType>
|
||||
<FilePath>..\..\src\module.c</FilePath>
|
||||
</File>
|
||||
<File>
|
||||
<FileName>object.c</FileName>
|
||||
<FileType>1</FileType>
|
||||
|
|
|
@ -30,7 +30,6 @@ File 3,1,<../../src/irq.c><irq.c>
|
|||
File 3,1,<../../src/kservice.c><kservice.c>
|
||||
File 3,1,<../../src/mem.c><mem.c>
|
||||
File 3,1,<../../src/mempool.c><mempool.c>
|
||||
File 3,1,<../../src/module.c><module.c>
|
||||
File 3,1,<../../src/object.c><object.c>
|
||||
File 3,1,<../../src/scheduler.c><scheduler.c>
|
||||
File 3,1,<../../src/signal.c><signal.c>
|
||||
|
|
|
@ -493,13 +493,6 @@
|
|||
<FilePath>../../src/mempool.c</FilePath>
|
||||
</File>
|
||||
</Files>
|
||||
<Files>
|
||||
<File>
|
||||
<FileName>module.c</FileName>
|
||||
<FileType>1</FileType>
|
||||
<FilePath>../../src/module.c</FilePath>
|
||||
</File>
|
||||
</Files>
|
||||
<Files>
|
||||
<File>
|
||||
<FileName>object.c</FileName>
|
||||
|
|
|
@ -26,8 +26,6 @@
|
|||
kservice.h
|
||||
mem.c
|
||||
mempool.c
|
||||
module.c
|
||||
module.h
|
||||
object.c
|
||||
rtm.c
|
||||
scheduler.c
|
||||
|
|
|
@ -412,10 +412,6 @@
|
|||
<Unit filename="..\..\src\mempool.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="..\..\src\module.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="..\..\src\module.h" />
|
||||
<Unit filename="..\..\src\object.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
|
|
|
@ -303,8 +303,6 @@
|
|||
<F N="../../src/mem.c"/>
|
||||
<F N="../../src/memheap.c"/>
|
||||
<F N="../../src/mempool.c"/>
|
||||
<F N="../../src/module.c"/>
|
||||
<F N="../../src/module.h"/>
|
||||
<F N="../../src/object.c"/>
|
||||
<F N="../../src/scheduler.c"/>
|
||||
<F N="../../src/SConscript"/>
|
||||
|
|
Loading…
Reference in New Issue