Commit 87ed5e5b authored by Alessandro Rubini's avatar Alessandro Rubini

Makefile: tools depend on .config

Otherwise, the first "make" builds tools before spitting the
error about an unconfigured system. I prefer to have the error alone.
Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent bcdbd2ab
......@@ -168,7 +168,7 @@ clean:
%.o: %.c
${CC} $(CFLAGS) $(PTPD_CFLAGS) $(INCLUDE_DIR) $(LIB_DIR) -c $*.c -o $@
tools:
tools: .config
$(MAKE) -C tools
# if needed, check out the submodules (first time only), so users
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment