From 2e1d846a31bc9f45851b46ac70fa75be685a5041 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 9 Aug 2018 12:55:48 +0200 Subject: Optionally disable stdout --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5d8b2ad..0771c1c 100644 --- a/Makefile +++ b/Makefile @@ -56,6 +56,10 @@ ifeq (${softi2c_pullup}, 1) COMMON_FLAGS += -DSOFTI2C_PULLUP endif +ifeq (${kout_nop}, 1) + COMMON_FLAGS += -DKOUT_NOP +endif + ifeq (${timer_cycles}, 1) COMMON_FLAGS += -DTIMER_CYCLES endif -- cgit v1.2.3