6 lines
170 B
Makefile
6 lines
170 B
Makefile
|
PROGRAM=atcatool
|
||
|
EXTRA_COMPONENTS=extras/stdin_uart_interrupt extras/i2c extras/cryptoauthlib
|
||
|
EXTRA_CFLAGS += -DATCAPRINTF
|
||
|
ATEC_PRINTF_ENABLE = 1
|
||
|
include ../../common.mk
|