xref: /linux/drivers/misc/altera-stapl/Makefile (revision cdd5b5a9761fd66d17586e4f4ba6588c70e640ea)
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