8 lines
239 B
Makefile
8 lines
239 B
Makefile
ROOT_DIR := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
|
|
|
|
NAME := bw_example_synth_poly
|
|
SOURCES = ${SOURCES_COMMON} ${ROOT_DIR}/../src/bw_example_synth_poly.c
|
|
SYNTH := yes
|
|
|
|
include ${ROOT_DIR}/../../common/android/android.mk
|