Initial Commit

This commit is contained in:
2020-06-12 11:31:09 +02:00
commit 859e336eca
14 changed files with 365 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
#
# Makefile.target
#
MQTT.a.$(ARCH) : $(OBJECTS)
$(call build_target_library_arch,$@,$^)
MQTT.a:
$(call build_target,$@)
.DEFAULT_GOAL := MQTT.a
TARGETS += MQTT.a