mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 05:53:49 +01:00
pkg/jerryscript: remove unnecessary export and fix indent
This commit is contained in:
parent
c4f8c006c4
commit
d55ae9c7f9
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user