1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

added missing node-types to "make help"

This commit is contained in:
Steffen Vogel 2018-03-29 15:39:40 +02:00 committed by Daniel Krebs
parent 59269a72b6
commit e3d6dfc8cd

View file

@ -92,6 +92,8 @@ help:
$E " WITH_NODE_AMQP = $(WITH_NODE_AMQP)"
$E " WITH_NODE_MQTT = $(WITH_NODE_MQTT)"
$E " WITH_NODE_IEC61850 = $(WITH_NODE_IEC61850)"
$E " WITH_NODE_MQTT = $(WITH_NODE_MQTT)"
$E " WITH_NODE_COMEDI = $(WITH_NODE_COMEDI)"
$E
$E "Available dependencies: $(LIB_PKGS)"
$E "Enabled node-types: $(LIB_NODES)"