1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/makefiles
Sören Tempel ad13725047 makefile: Fix usage error with busybox grep
Busybox grep does not support long options. In fact, the utilized long
options are not mandated by POSIX.1-2008. Using the short options allows
building RIOT on Alpine Linux which utilizes Busybox instead of GNU
coreutils by default.
2020-10-06 17:16:26 +00:00
..
arch cpu/atmega*: drop ldscripts_compat 2021-01-22 19:05:20 +01:00
boards boards: remove not need PORT_LINUX/PORT_DARWIN 2020-12-02 09:20:57 +01:00
boot
libc
toolchain
tools Merge pull request #15512 from aabadie/pr/tools/emulator_term 2021-01-13 17:12:00 +01:00
utils makefiles/utils/strings.mk: add version_greater_or_equal 2021-01-18 14:37:23 +01:00
app_dirs.inc.mk
application.inc.mk
auto_init.inc.mk
bindist.inc.mk
blob.inc.mk
boards.inc.mk
buildtests.inc.mk
cflags.inc.mk
color.inc.mk
default-radio-settings.inc.mk
defaultmodules.inc.mk
dependencies_debug.inc.mk
dependency_resolution.inc.mk makefiles: add mechanism to deprecate modules 2020-12-03 15:28:35 +01:00
deprecated_modules.inc.mk makefiles: add mechanism to deprecate modules 2020-12-03 15:28:35 +01:00
docker.inc.mk makefiles/docker.inc.mk: use version_is_greater_or_equal for jobs check 2021-01-18 14:38:47 +01:00
eclipse.inc.mk
features_check.inc.mk
features_modules.inc.mk makefiles: model efm32_coretemp as a feature 2020-11-18 17:27:17 +01:00
git_version.inc.mk
info-global.inc.mk
info-nproc.inc.mk
info.inc.mk makefiles/info.inc.mk: fix EXTERNAL_BOARD_DIRS in info-build-json 2021-01-22 20:33:38 +01:00
kconfig.mk
mcuboot.mk
modules.inc.mk
murdock.inc.mk
periph.mk
pseudomodules.inc.mk drivers/nrf24l01p_ng: netdev driver for nrf24l01+ 2021-01-24 20:49:39 +01:00
scan-build.inc.mk
stdio.inc.mk
suit.base.inc.mk
suit.inc.mk
tests.inc.mk make: run static_tests.sh directly with static-tests target 2020-12-17 15:16:36 +01:00
usb-codes.inc.mk makefile: Fix usage error with busybox grep 2020-10-06 17:16:26 +00:00
vars.inc.mk