You've already forked hexagonrpc
mirror of
https://github.com/linux-msm/hexagonrpc.git
synced 2026-02-25 13:13:52 -08:00
The sensor registry is generated from the configuration on the vendor partition. Add a registry generator so this registry can be generated, even without access to the partition of a given device.
5 lines
73 B
Makefile
5 lines
73 B
Makefile
all: registry
|
|
|
|
registry: registry.c
|
|
gcc -ljson-c -o registry registry.c
|