Files
hexagonrpc/tools/Makefile
Richard Acayan 21969385ef add registry generator
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.
2023-02-23 17:27:03 -05:00

5 lines
73 B
Makefile

all: registry
registry: registry.c
gcc -ljson-c -o registry registry.c