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
|
endif
|
||||||
|
|
||||||
ifeq ($(shell uname -s),Darwin)
|
ifeq ($(shell uname -s),Darwin)
|
||||||
CFLAGS += -Wno-empty-body
|
CFLAGS += -Wno-empty-body
|
||||||
endif
|
endif
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
INCLUDES += -I$(PKGDIRBASE)/oonf_api/src-api
|
INCLUDES += -I$(PKGDIRBASE)/oonf_api/src-api
|
||||||
|
|
||||||
ifeq ($(TOOLCHAIN), llvm)
|
ifeq ($(TOOLCHAIN), llvm)
|
||||||
CFLAGS += -Wno-keyword-macro -Wno-parentheses-equality
|
CFLAGS += -Wno-keyword-macro -Wno-parentheses-equality
|
||||||
endif
|
endif
|
||||||
|
|||||||
@ -3,7 +3,7 @@ PKG_BUILDDIR ?= $(PKGDIRBASE)/tinydtls
|
|||||||
INCLUDES += -I$(PKG_BUILDDIR)
|
INCLUDES += -I$(PKG_BUILDDIR)
|
||||||
|
|
||||||
ifeq ($(TOOLCHAIN), llvm)
|
ifeq ($(TOOLCHAIN), llvm)
|
||||||
CFLAGS += -Wno-gnu-zero-variadic-macro-arguments -Wno-unused-function
|
CFLAGS += -Wno-gnu-zero-variadic-macro-arguments -Wno-unused-function
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter tinydtls_aes,$(USEMODULE)))
|
ifneq (,$(filter tinydtls_aes,$(USEMODULE)))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user