xref: /openbmc/linux/drivers/misc/altera-stapl/Makefile (revision 2612e3bbc0386368a850140a6c9b990cd496a5ec)
1# SPDX-License-Identifier: GPL-2.0-only
2altera-stapl-y = altera-jtag.o altera-comp.o altera.o
3altera-stapl-$(CONFIG_HAS_IOPORT) += altera-lpt.o
4
5obj-$(CONFIG_ALTERA_STAPL) += altera-stapl.o
6