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

comedi: fix typo in Makefile

This commit is contained in:
Steffen Vogel 2018-03-28 21:30:44 +02:00 committed by Daniel Krebs
parent 0d737f3590
commit be623d7a65

View file

@ -157,7 +157,7 @@ endif
endif
# Enable Comedi support
if ($(WITH_NODE_COMEDI),1)
ifeq ($(WITH_NODE_COMEDI),1)
ifeq ($(shell $(PKGCONFIG) comedilib; echo $$?),0)
LIB_PKGS += comedilib
LIB_SRCS += lib/nodes/comedi.c