8 lines
211 B
Makefile
8 lines
211 B
Makefile
![]() |
ROOT_DIR := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
|
||
|
|
||
|
TARGET = bw_example_fx_mm2
|
||
|
|
||
|
C_SOURCES += ${ROOT_DIR}/../src/bw_example_fx_mm2.c
|
||
|
|
||
|
include ${ROOT_DIR}/../../common/daisy-seed/daisy-seed.mk
|