Skip to content

Commit

Permalink
add lib_amazon makefile command that was missing and required to buil…
Browse files Browse the repository at this point in the history
…d amazon_freertos SDK

new step after fix apply:
make lib_amazon
make is
  • Loading branch information
lhenry-realtek committed Oct 30, 2024
1 parent 3bd13dc commit c8d0151
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ LBITS := $(shell getconf LONG_BIT)

include toolchain.mk

.PHONY: lib_amazon
lib_amazon: toolchain
@$(MAKE) -f lib_amazon.mk

.PHONY: is
is: toolchain
Expand Down

0 comments on commit c8d0151

Please sign in to comment.