diff --git a/component.mk b/component.mk deleted file mode 100755 index 1072789..0000000 --- a/component.mk +++ /dev/null @@ -1,2 +0,0 @@ -COMPONENT_ADD_INCLUDEDIRS := include -COMPONENT_SRCDIRS := src src/aes src/hal src/lmic diff --git a/examples/hello_world/Makefile b/examples/hello_world/Makefile deleted file mode 100644 index b34b839..0000000 --- a/examples/hello_world/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -PROJECT_NAME := hello_world - -EXTRA_COMPONENT_DIRS := $(abspath ../..) - -include $(IDF_PATH)/make/project.mk diff --git a/examples/hello_world/main/component.mk b/examples/hello_world/main/component.mk deleted file mode 100644 index e69de29..0000000 diff --git a/examples/hello_world_in_c/Makefile b/examples/hello_world_in_c/Makefile deleted file mode 100644 index b34b839..0000000 --- a/examples/hello_world_in_c/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -PROJECT_NAME := hello_world - -EXTRA_COMPONENT_DIRS := $(abspath ../..) - -include $(IDF_PATH)/make/project.mk diff --git a/examples/hello_world_in_c/main/component.mk b/examples/hello_world_in_c/main/component.mk deleted file mode 100644 index e69de29..0000000 diff --git a/examples/mac_address/Makefile b/examples/mac_address/Makefile deleted file mode 100644 index e269026..0000000 --- a/examples/mac_address/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -PROJECT_NAME := mac_address - -EXTRA_COMPONENT_DIRS := $(abspath ../..) - -include $(IDF_PATH)/make/project.mk diff --git a/examples/mac_address/main/component.mk b/examples/mac_address/main/component.mk deleted file mode 100644 index e69de29..0000000 diff --git a/examples/monitoring/Makefile b/examples/monitoring/Makefile deleted file mode 100644 index f87472e..0000000 --- a/examples/monitoring/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -PROJECT_NAME := monitoring - -EXTRA_COMPONENT_DIRS := $(abspath ../..) - -include $(IDF_PATH)/make/project.mk diff --git a/examples/monitoring/main/component.mk b/examples/monitoring/main/component.mk deleted file mode 100644 index e69de29..0000000 diff --git a/examples/provisioning/Makefile b/examples/provisioning/Makefile deleted file mode 100644 index 1e89463..0000000 --- a/examples/provisioning/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -PROJECT_NAME := provisioning - -EXTRA_COMPONENT_DIRS := $(abspath ../..) - -include $(IDF_PATH)/make/project.mk diff --git a/examples/provisioning/main/component.mk b/examples/provisioning/main/component.mk deleted file mode 100644 index e69de29..0000000 diff --git a/examples/shutdown/Makefile b/examples/shutdown/Makefile deleted file mode 100644 index bb74d6f..0000000 --- a/examples/shutdown/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -PROJECT_NAME := shutdown - -EXTRA_COMPONENT_DIRS := $(abspath ../..) - -include $(IDF_PATH)/make/project.mk diff --git a/examples/shutdown/main/component.mk b/examples/shutdown/main/component.mk deleted file mode 100644 index e69de29..0000000