pkg/jerryscript: remove unnecessary export and fix indent

This commit is contained in:
cladmi 2018-08-22 16:16:28 +02:00 committed by Gaëtan Harter
parent c4f8c006c4
commit d55ae9c7f9
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

@ -9,7 +9,7 @@ CFLAGS += -Wno-implicit-fallthrough
# disable warnings when compiling with LLVM for board native
ifeq ($(TOOLCHAIN)_$(BOARD),llvm_native)
export CFLAGS += -Wno-macro-redefined -Wno-gnu-folding-constant
CFLAGS += -Wno-macro-redefined -Wno-gnu-folding-constant
endif
all: git-download