examples/embedding: Remove obsolete axtls build target.
axtls is now built as part of the standard make process, using rules in extmod/extmod.mk. Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
parent
b89422ceaa
commit
5e20dcf925
@ -172,7 +172,7 @@ else
|
||||
CROSS_COMPILE_HOST =
|
||||
endif
|
||||
|
||||
deplibs: libffi axtls
|
||||
deplibs: libffi
|
||||
|
||||
# install-exec-recursive & install-data-am targets are used to avoid building
|
||||
# docs and depending on makeinfo
|
||||
@ -182,13 +182,3 @@ libffi:
|
||||
mkdir -p $(MPTOP)/lib/libffi/build_dir; cd $(MPTOP)/lib/libffi/build_dir; \
|
||||
../configure $(CROSS_COMPILE_HOST) --prefix=$$PWD/out CC="$(CC)" CXX="$(CXX)" LD="$(LD)"; \
|
||||
make install-exec-recursive; make -C include install-data-am
|
||||
|
||||
axtls: $(MPTOP)/lib/axtls/README
|
||||
cd $(MPTOP)/lib/axtls; cp config/upyconfig config/.config
|
||||
cd $(MPTOP)/lib/axtls; make oldconfig -B
|
||||
cd $(MPTOP)/lib/axtls; make clean
|
||||
cd $(MPTOP)/lib/axtls; make all CC="$(CC)" LD="$(LD)"
|
||||
|
||||
$(MPTOP)/lib/axtls/README:
|
||||
@echo "You cloned without --recursive, fetching submodules for you."
|
||||
(cd $(MPTOP); git submodule update --init --recursive)
|
||||
|
Loading…
Reference in New Issue
Block a user