File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -224,6 +224,19 @@ HWIO = $(realpath ${ASI2900_ROOT}/audio_protocols/dante/hwio)
224224ASI2900_LIBS = $(ASI2900_ROOT ) /subrepos
225225CFLAGS_MOD += -I$(ASI2900_ROOT ) /audio_protocols/dante
226226SRC_MOD += asi_hwio_mod.c
227+
228+ # Add hwio implementation
229+ EDAPI_ROOT = $(ASI2900_LIBS ) /audinate-embedded-dapi_aarch64-gnueabihf_linux
230+ CFLAGS_MOD += -I$(ASI2900_LIBS ) -I$(ASI2900_ROOT ) -I$(EDAPI_ROOT ) /include -DASI2900
231+ CFLAGS_MOD += -Wno-ignored-qualifiers
232+ SRC_MOD += $(HWIO ) /hwioc_asi2900.c \
233+ $(HWIO ) /hwio_conmon.c \
234+ $(HWIO ) /meter_ballistics.c \
235+ $(HWIO ) /dapi_simple_timer.c \
236+ $(HWIO ) /asi_iyo_conmon_fns.c
237+
238+ LDFLAGS_MOD += -L$(EDAPI_ROOT ) /lib -ledapi -ldns_sd -lstdc++
239+
227240# source files
228241SRC_C += \
229242 main.c \
You can’t perform that action at this time.
0 commit comments