Skip to content

Commit

Permalink
Use mongoose.[ch] from parent repo
Browse files Browse the repository at this point in the history
  • Loading branch information
zudwalex committed Oct 6, 2021
1 parent fd5319e commit 655529f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/nxp-frdmk66f-freertos/Makefile
Expand Up @@ -2,6 +2,7 @@ NAME ?= $(notdir $(CURDIR))

build:
git clone --depth 1 https://github.com/mongoose-examples/$(NAME)
cp ./../../mongoose.[ch] $(NAME)/source/
make -C $(NAME) build

clean:
Expand Down
1 change: 1 addition & 0 deletions examples/nxp-lpcxpresso54s018m-freertos/Makefile
Expand Up @@ -2,6 +2,7 @@ NAME ?= $(notdir $(CURDIR))

build:
git clone --depth 1 https://github.com/mongoose-examples/$(NAME)
cp ./../../mongoose.[ch] $(NAME)/source/
make -C $(NAME) build

clean:
Expand Down
1 change: 1 addition & 0 deletions examples/nxp-mimxrt1020-azurertos/Makefile
Expand Up @@ -2,6 +2,7 @@ NAME ?= $(notdir $(CURDIR))

build:
git clone --depth 1 https://github.com/mongoose-examples/$(NAME)
cp ./../../mongoose.[ch] $(NAME)/source/
make -C $(NAME) build

clean:
Expand Down
1 change: 1 addition & 0 deletions examples/nxp-mimxrt1020-freertos/Makefile
Expand Up @@ -2,6 +2,7 @@ NAME ?= $(notdir $(CURDIR))

build:
git clone --depth 1 https://github.com/mongoose-examples/$(NAME)
cp ./../../mongoose.[ch] $(NAME)/source/
make -C $(NAME) build

clean:
Expand Down
1 change: 1 addition & 0 deletions examples/stm32-nucleo-f429z/Makefile
Expand Up @@ -2,6 +2,7 @@ NAME ?= $(notdir $(CURDIR))

build:
git clone --depth 1 https://github.com/mongoose-examples/$(NAME)
cp ./../../mongoose.[ch] $(NAME)/Middlewares/Third_Party/Mongoose/
make -C $(NAME) build

clean:
Expand Down
1 change: 1 addition & 0 deletions examples/stm32-nucleo-f746z/Makefile
Expand Up @@ -2,6 +2,7 @@ NAME ?= $(notdir $(CURDIR))

build:
git clone --depth 1 https://github.com/mongoose-examples/$(NAME)
cp ./../../mongoose.[ch] $(NAME)/Middlewares/Third_Party/Mongoose/
make -C $(NAME) build

clean:
Expand Down
1 change: 1 addition & 0 deletions examples/stm32-nucleo-h743z/Makefile
Expand Up @@ -2,6 +2,7 @@ NAME ?= $(notdir $(CURDIR))

build:
git clone --depth 1 https://github.com/mongoose-examples/$(NAME)
cp ./../../mongoose.[ch] $(NAME)/Middlewares/Third_Party/Mongoose/
make -C $(NAME) build

clean:
Expand Down

0 comments on commit 655529f

Please sign in to comment.