pkg/wakaama: fix indentation in Makefile.include
This commit is contained in:
parent
6de497a066
commit
9ebae8e92a
@ -10,11 +10,11 @@ CFLAGS += -DLWM2M_CLIENT_MODE
|
|||||||
# Translate 'CONFIG_' options to package specific flags. This checks if the
|
# Translate 'CONFIG_' options to package specific flags. This checks if the
|
||||||
# option is being set via Kconfig or CFLAGS
|
# option is being set via Kconfig or CFLAGS
|
||||||
ifneq (,$(or $(CONFIG_LWM2M_BOOTSTRAP),$(filter -DCONFIG_LWM2M_BOOTSTRAP=1,$(CFLAGS))))
|
ifneq (,$(or $(CONFIG_LWM2M_BOOTSTRAP),$(filter -DCONFIG_LWM2M_BOOTSTRAP=1,$(CFLAGS))))
|
||||||
CFLAGS += -DLWM2M_BOOTSTRAP=1
|
CFLAGS += -DLWM2M_BOOTSTRAP=1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(or $(CONFIG_LWM2M_WITH_LOGS),$(filter -DCONFIG_LWM2M_WITH_LOGS=1,$(CFLAGS))))
|
ifneq (,$(or $(CONFIG_LWM2M_WITH_LOGS),$(filter -DCONFIG_LWM2M_WITH_LOGS=1,$(CFLAGS))))
|
||||||
CFLAGS += -DLWM2M_WITH_LOGS=1
|
CFLAGS += -DLWM2M_WITH_LOGS=1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
PSEUDOMODULES += wakaama
|
PSEUDOMODULES += wakaama
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user