pinebuds/platform/drivers/Makefile
2023-02-04 10:36:08 +11:00

9 lines
227 B
Makefile

obj-y := ana/ codec/ norflash/ bt/ btpcm/ sbcacc/
subdir-ccflags-y += -Iplatform/drivers/ana \
-Iplatform/drivers/bt
VCO_TEST_TOOL ?= 1
ifeq ($(VCO_TEST_TOOL),1)
subdir-ccflags-y += -DVCO_TEST_TOOL
endif