14 lines
273 B
Makefile
14 lines
273 B
Makefile
|
obj-y := ana/ codec/ norflash/ bt/ btpcm/ sbcacc/
|
||
|
|
||
|
ifeq ($(CHIP_HAS_USB),1)
|
||
|
obj-y += usb/
|
||
|
endif
|
||
|
|
||
|
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
|