1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/makefiles/tools/fixdep.inc.mk

8 lines
196 B
Makefile
Raw Normal View History

2020-07-29 16:21:58 +02:00
# Define tools to use
FIXDEP_DIR ?= $(RIOTTOOLS)/fixdep
FIXDEP ?= $(FIXDEP_DIR)/fixdep
$(FIXDEP):
@echo "[INFO] fixdep not found - building it"
$(Q)env -u CC -u CFLAGS $(MAKE) -C $(FIXDEP_DIR)