summaryrefslogtreecommitdiff
path: root/main/component.mk
diff options
context:
space:
mode:
Diffstat (limited to 'main/component.mk')
-rw-r--r--main/component.mk14
1 files changed, 0 insertions, 14 deletions
diff --git a/main/component.mk b/main/component.mk
deleted file mode 100644
index e102e7e..0000000
--- a/main/component.mk
+++ /dev/null
@@ -1,14 +0,0 @@
-define FIX =
-ifdef $(1)
-CFLAGS += '-D$(1)="$$($(1))"'
-CPPFLAGS += '-D$(1)="$$($(1))"'
-#$$(info USING $(1)=$$($(1)))
-endif
-endef
-
-$(eval $(call FIX,WIFI_SSID))
-$(eval $(call FIX,WIFI_PASSWORD))
-$(eval $(call FIX,MQTT_HOST))
-$(eval $(call FIX,MQTT_PORT))
-
-fix: