You've already forked esp32-camera
mirror of
https://github.com/m5stack/esp32-camera.git
synced 2026-05-20 10:34:59 -07:00
9 lines
170 B
Makefile
9 lines
170 B
Makefile
#
|
|
#Component Makefile
|
|
#
|
|
|
|
COMPONENT_SRCDIRS += ./
|
|
COMPONENT_PRIV_INCLUDEDIRS += ./
|
|
|
|
COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive
|