75cadc2e41
1. simplify console examples 2. add "quit" command 3. support console command overwrite 4. add API reference
7 lines
136 B
Makefile
7 lines
136 B
Makefile
#
|
|
#Component Makefile
|
|
#
|
|
|
|
COMPONENT_SRCDIRS := .
|
|
|
|
COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive
|