mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:12:57 +01:00
make: fix indention to 2 spaces in Makefile.dep
This commit is contained in:
parent
8f8c7e31cb
commit
a8972ab757
64
Makefile.dep
64
Makefile.dep
@ -35,20 +35,20 @@ ifneq (,$(filter netdev_ieee802154,$(USEMODULE)))
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter gnrc_uhcpc,$(USEMODULE)))
|
ifneq (,$(filter gnrc_uhcpc,$(USEMODULE)))
|
||||||
USEMODULE += uhcpc
|
USEMODULE += uhcpc
|
||||||
USEMODULE += gnrc_sock_udp
|
USEMODULE += gnrc_sock_udp
|
||||||
USEMODULE += fmt
|
USEMODULE += fmt
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter nordic_softdevice_ble,$(USEPKG)))
|
ifneq (,$(filter nordic_softdevice_ble,$(USEPKG)))
|
||||||
USEMODULE += softdevice_handler
|
USEMODULE += softdevice_handler
|
||||||
USEMODULE += ble_common
|
USEMODULE += ble_common
|
||||||
USEMODULE += ble_6lowpan
|
USEMODULE += ble_6lowpan
|
||||||
USEMODULE += gnrc_sixlowpan
|
USEMODULE += gnrc_sixlowpan
|
||||||
USEMODULE += gnrc_sixlowpan_iphc
|
USEMODULE += gnrc_sixlowpan_iphc
|
||||||
USEMODULE += gnrc_ipv6_default
|
USEMODULE += gnrc_ipv6_default
|
||||||
USEMODULE += gnrc_netdev
|
USEMODULE += gnrc_netdev
|
||||||
USEMODULE += gnrc_ipv6_netif
|
USEMODULE += gnrc_ipv6_netif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter gnrc_%,$(filter-out gnrc_netapi gnrc_netreg gnrc_netif% gnrc_pktbuf,$(USEMODULE))))
|
ifneq (,$(filter gnrc_%,$(filter-out gnrc_netapi gnrc_netreg gnrc_netif% gnrc_pktbuf,$(USEMODULE))))
|
||||||
@ -514,8 +514,8 @@ ifneq (,$(filter netstats_%, $(USEMODULE)))
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter pthread,$(USEMODULE)))
|
ifneq (,$(filter pthread,$(USEMODULE)))
|
||||||
USEMODULE += xtimer
|
USEMODULE += xtimer
|
||||||
USEMODULE += timex
|
USEMODULE += timex
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter schedstatistics,$(USEMODULE)))
|
ifneq (,$(filter schedstatistics,$(USEMODULE)))
|
||||||
@ -523,14 +523,14 @@ ifneq (,$(filter schedstatistics,$(USEMODULE)))
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter arduino,$(USEMODULE)))
|
ifneq (,$(filter arduino,$(USEMODULE)))
|
||||||
FEATURES_REQUIRED += arduino
|
FEATURES_REQUIRED += arduino
|
||||||
FEATURES_REQUIRED += cpp
|
FEATURES_REQUIRED += cpp
|
||||||
USEMODULE += xtimer
|
USEMODULE += xtimer
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter xtimer,$(USEMODULE)))
|
ifneq (,$(filter xtimer,$(USEMODULE)))
|
||||||
FEATURES_REQUIRED += periph_timer
|
FEATURES_REQUIRED += periph_timer
|
||||||
USEMODULE += div
|
USEMODULE += div
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter saul_reg,$(USEMODULE)))
|
ifneq (,$(filter saul_reg,$(USEMODULE)))
|
||||||
@ -552,14 +552,14 @@ ifneq (,$(filter phydat,$(USEMODULE)))
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter random,$(USEMODULE)))
|
ifneq (,$(filter random,$(USEMODULE)))
|
||||||
# select default prng
|
# select default prng
|
||||||
ifeq (,$(filter prng_%,$(USEMODULE)))
|
ifeq (,$(filter prng_%,$(USEMODULE)))
|
||||||
USEMODULE += prng_tinymt32
|
USEMODULE += prng_tinymt32
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter prng_tinymt32,$(USEMODULE)))
|
ifneq (,$(filter prng_tinymt32,$(USEMODULE)))
|
||||||
USEMODULE += tinymt32
|
USEMODULE += tinymt32
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter emcute,$(USEMODULE)))
|
ifneq (,$(filter emcute,$(USEMODULE)))
|
||||||
@ -577,9 +577,9 @@ ifneq (,$(filter devfs,$(USEMODULE)))
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter vfs,$(USEMODULE)))
|
ifneq (,$(filter vfs,$(USEMODULE)))
|
||||||
ifeq (native, $(BOARD))
|
ifeq (native, $(BOARD))
|
||||||
USEMODULE += native_vfs
|
USEMODULE += native_vfs
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter sock_dns,$(USEMODULE)))
|
ifneq (,$(filter sock_dns,$(USEMODULE)))
|
||||||
@ -587,10 +587,10 @@ ifneq (,$(filter sock_dns,$(USEMODULE)))
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter spiffs,$(USEMODULE)))
|
ifneq (,$(filter spiffs,$(USEMODULE)))
|
||||||
USEPKG += spiffs
|
USEPKG += spiffs
|
||||||
USEMODULE += vfs
|
USEMODULE += vfs
|
||||||
USEMODULE += spiffs_fs
|
USEMODULE += spiffs_fs
|
||||||
USEMODULE += mtd
|
USEMODULE += mtd
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# include package dependencies
|
# include package dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user