pinebuds/platform/drivers/Makefile

10 lines
227 B
Makefile
Raw Normal View History

2022-08-15 04:20:27 -05:00
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