xref: /linux/drivers/char/xilinx_hwicap/Makefile (revision 517982229f78b2aebf00a8a337e84e8eeea70b8e)
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