[BSP] remove RT_USING_LIBDL option.

This commit is contained in:
Bernard Xiong 2018-08-31 12:58:26 +08:00
parent 25478836f7
commit f89b8ed250
5 changed files with 8 additions and 15 deletions

View File

@ -69,7 +69,6 @@
/* Using Module System */
#define RT_USING_MODULE
#define RT_USING_LIBDL
/* SECTION: Device System */
/* Using Device System */

View File

@ -68,7 +68,6 @@
/* Using Module System */
//#define RT_USING_MODULE
#define RT_USING_LIBDL
/* SECTION: Console options */
#define RT_USING_CONSOLE

View File

@ -70,7 +70,6 @@
/* Using Module System */
#define RT_USING_MODULE
#define RT_USING_LIBDL
/* Interrupt debug */
#define RT_USING_INTERRUPT_INFO

View File

@ -185,8 +185,6 @@
// <section name="RT_USING_MODULE" description="Application module" default="true" >
// #define RT_USING_MODULE
// <bool name="RT_USING_LIBDL" description="Using dynamic library" default="true" />
// #define RT_USING_LIBDL
// </section>
// <section name="RT_USING_RTGUI" description="RTGUI, a graphic user interface" default="true" >

View File

@ -175,7 +175,5 @@
/* #define RTGUI_IMAGE_XPM */
/* #define RTGUI_IMAGE_BMP */
#define RT_USING_LIBDL
#define RT_USING_MODULE
#define MODULE_USING_386
// #define RT_USING_MODULE
#endif