Skip to content
Snippets Groups Projects
Unverified Commit d55ae9c7 authored by cladmi's avatar cladmi Committed by Gaëtan Harter
Browse files

pkg/jerryscript: remove unnecessary export and fix indent

parent c4f8c006
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ CFLAGS += -Wno-implicit-fallthrough ...@@ -9,7 +9,7 @@ CFLAGS += -Wno-implicit-fallthrough
# disable warnings when compiling with LLVM for board native # disable warnings when compiling with LLVM for board native
ifeq ($(TOOLCHAIN)_$(BOARD),llvm_native) ifeq ($(TOOLCHAIN)_$(BOARD),llvm_native)
export CFLAGS += -Wno-macro-redefined -Wno-gnu-folding-constant CFLAGS += -Wno-macro-redefined -Wno-gnu-folding-constant
endif endif
all: git-download all: git-download
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment