xref: /openbmc/linux/drivers/char/xilinx_hwicap/Makefile (revision ba61bb17496d1664bf7c5c2fd650d5fd78bd0a92)
1#
2# Makefile for the Xilinx OPB hwicap driver
3#
4
5obj-$(CONFIG_XILINX_HWICAP) += xilinx_hwicap_m.o
6
7xilinx_hwicap_m-y := xilinx_hwicap.o fifo_icap.o buffer_icap.o
8