pkg: makefiles indentation cleanup
This commit is contained in:
parent
675eafd80c
commit
a45a86b5ad
@ -13,5 +13,5 @@ ifneq (,$(filter fatfs_diskio_sdcard_spi,$(USEMODULE)))
|
||||
endif
|
||||
|
||||
ifeq ($(shell uname -s),Darwin)
|
||||
CFLAGS += -Wno-empty-body
|
||||
CFLAGS += -Wno-empty-body
|
||||
endif
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
INCLUDES += -I$(PKGDIRBASE)/oonf_api/src-api
|
||||
|
||||
ifeq ($(TOOLCHAIN), llvm)
|
||||
CFLAGS += -Wno-keyword-macro -Wno-parentheses-equality
|
||||
CFLAGS += -Wno-keyword-macro -Wno-parentheses-equality
|
||||
endif
|
||||
|
||||
@ -3,7 +3,7 @@ PKG_BUILDDIR ?= $(PKGDIRBASE)/tinydtls
|
||||
INCLUDES += -I$(PKG_BUILDDIR)
|
||||
|
||||
ifeq ($(TOOLCHAIN), llvm)
|
||||
CFLAGS += -Wno-gnu-zero-variadic-macro-arguments -Wno-unused-function
|
||||
CFLAGS += -Wno-gnu-zero-variadic-macro-arguments -Wno-unused-function
|
||||
endif
|
||||
|
||||
ifneq (,$(filter tinydtls_aes,$(USEMODULE)))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user