-
- Downloads
Makefile: allow overriding $(Q)
Allow Makefiles in Contiki-NG to define a specific Q. This enables Makefiles that include Makefile.include to control the amount of output, setting "Q = " shows everything and a silent mode can be enabled by setting "V = 1" and "Q = @".
Please register or sign in to comment