diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-08-09 12:55:48 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-08-09 12:55:48 +0200 |
commit | 2e1d846a31bc9f45851b46ac70fa75be685a5041 (patch) | |
tree | 8652e1e9ed15643e0ecd2119b6941744709b1050 /Makefile | |
parent | 3c23cef5dfa311b3d9a967a889d303f57872715d (diff) |
Optionally disable stdout
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |