Skip to content

Commit

Permalink
remove debug changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lrvick committed Oct 16, 2023
1 parent 11e7ae2 commit d36238f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifeq ("$(wildcard ./src/toolchain/Makefile)","")
# gsu := $(shell git submodule update --init --recursive)
#endif
ifeq ("$(wildcard ./src/toolchain/Makefile)","")
gsu := $(shell git submodule update --init --recursive)
endif

TARGET := aws
include $(PWD)/src/toolchain/Makefile
Expand Down Expand Up @@ -168,7 +168,6 @@ $(OUT_DIR)/$(TARGET)-$(ARCH).eif $(OUT_DIR)/$(TARGET)-$(ARCH).pcrs: \
$(OUT_DIR)/qos_host.$(PLATFORM)-$(ARCH): \
$(shell git ls-files src/qos_host src/qos_core config)
$(MAKE) $(CACHE_DIR)/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/libc.a
echo "I am getting called"
$(call toolchain-profile-start)
$(call toolchain," \
export \
Expand Down

0 comments on commit d36238f

Please sign in to comment.