mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
8 lines
196 B
Makefile
8 lines
196 B
Makefile
# 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)
|