view service/iot2/esp32_main/start_nim/component.mk @ 1754:92999dfbf321 default tip

add shelly support
author drewp@bigasterisk.com
date Tue, 04 Jun 2024 13:03:43 -0700
parents 17ff9322328b
children
line wrap: on
line source

#
# "main" pseudo-component makefile.
#
# (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)

COMPONENT_SRCDIRS := . ../../build/nimcache
COMPONENT_OBJS := @miot2_esp32.nim.o
COMPONENT_OWNBUILDTARGET=build

build:
	echo espbuild

clean:
	echo espclean