xref: /openbmc/linux/drivers/char/xilinx_hwicap/Makefile (revision 7051924f771722c6dd235e693742cda6488ac700)
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