Skip to content

Commit

Permalink
exclude unused drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
d3v1c3nv11 authored Mar 22, 2021
1 parent fd499cc commit 7bde601
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions components/audio_hal/component.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,5 @@ COMPONENT_ADD_INCLUDEDIRS := ./include
COMPONENT_SRCDIRS := .
COMPONENT_PRIV_INCLUDEDIRS := ./driver/include

COMPONENT_ADD_INCLUDEDIRS += ./driver/es8388 ./driver/es8374
COMPONENT_SRCDIRS += ./driver/es8388 ./driver/es8374

COMPONENT_ADD_INCLUDEDIRS += ./driver/es8311 ./driver/es7243
COMPONENT_SRCDIRS += ./driver/es8311 ./driver/es7243

COMPONENT_ADD_INCLUDEDIRS += ./driver/zl38063 ./driver/zl38063/api_lib ./driver/zl38063/example_apps ./driver/zl38063/firmware
COMPONENT_SRCDIRS += ./driver/zl38063 ./driver/zl38063/api_lib ./driver/zl38063/example_apps ./driver/zl38063/firmware
COMPONENT_ADD_LDFLAGS += -L$(COMPONENT_PATH)/driver/zl38063/firmware -lfirmware
COMPONENT_ADD_INCLUDEDIRS += ./driver/es8388
COMPONENT_SRCDIRS += ./driver/es8388

0 comments on commit 7bde601

Please sign in to comment.