diff --git a/port/wiced-h4/create_examples.py b/port/wiced-h4/create_examples.py index 0bd4bd6d8..e11dea2d7 100755 --- a/port/wiced-h4/create_examples.py +++ b/port/wiced-h4/create_examples.py @@ -19,7 +19,7 @@ NAME := EXAMPLE GLOBAL_INCLUDES += . $(NAME)_SOURCES := ../../../libraries/btstack/example/EXAMPLE.c -$(NAME)_COMPONENTS += btstack/port/wiced +$(NAME)_COMPONENTS += btstack/port/wiced-h4 $(NAME)_CFLAGS += ADDITIONAL_CFLAGS ''' diff --git a/port/wiced-h4/wiced.mk b/port/wiced-h4/wiced-h4.mk similarity index 100% rename from port/wiced-h4/wiced.mk rename to port/wiced-h4/wiced-h4.mk diff --git a/port/wiced-h5/create_examples.py b/port/wiced-h5/create_examples.py index 0bd4bd6d8..34b98594f 100755 --- a/port/wiced-h5/create_examples.py +++ b/port/wiced-h5/create_examples.py @@ -19,7 +19,7 @@ NAME := EXAMPLE GLOBAL_INCLUDES += . $(NAME)_SOURCES := ../../../libraries/btstack/example/EXAMPLE.c -$(NAME)_COMPONENTS += btstack/port/wiced +$(NAME)_COMPONENTS += btstack/port/wiced-h5 $(NAME)_CFLAGS += ADDITIONAL_CFLAGS ''' diff --git a/port/wiced-h5/wiced.mk b/port/wiced-h5/wiced-h5.mk similarity index 100% rename from port/wiced-h5/wiced.mk rename to port/wiced-h5/wiced-h5.mk