Files
ofono-binder-plugin/unit/Makefile
Slava Monich e6f22b3502 [ofono-binder] Initial implementation. JB#55524
The logic is based on ofono-ril-plugin. Only interfaces up to and
including IRadio@1.2 are fully supported, although bits and pieces
of IRadio@1.4 are already there. Full support for IRadio@1.4 will
be added later as a separate task.

For now, only the standard (as in "defined by Google") IRadio
interfaces are used. Support for vendor-specific extensions is
planned and will be added later.
2022-01-26 15:17:50 +02:00

13 lines
184 B
Makefile

# -*- Mode: makefile-gmake -*-
.PHONY: clean all
all:
%:
@$(MAKE) -C unit_base $*
@$(MAKE) -C unit_sim_settings $*
clean: unitclean
rm -f coverage/*.gcov
rm -fr coverage/report