mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-18 15:33:32 +08:00
[BSP] remove RT_USING_LIBDL option.
This commit is contained in:
parent
25478836f7
commit
f89b8ed250
@ -69,7 +69,6 @@
|
||||
|
||||
/* Using Module System */
|
||||
#define RT_USING_MODULE
|
||||
#define RT_USING_LIBDL
|
||||
|
||||
/* SECTION: Device System */
|
||||
/* Using Device System */
|
||||
|
@ -68,7 +68,6 @@
|
||||
|
||||
/* Using Module System */
|
||||
//#define RT_USING_MODULE
|
||||
#define RT_USING_LIBDL
|
||||
|
||||
/* SECTION: Console options */
|
||||
#define RT_USING_CONSOLE
|
||||
|
@ -70,7 +70,6 @@
|
||||
|
||||
/* Using Module System */
|
||||
#define RT_USING_MODULE
|
||||
#define RT_USING_LIBDL
|
||||
|
||||
/* Interrupt debug */
|
||||
#define RT_USING_INTERRUPT_INFO
|
||||
|
@ -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" >
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user