https://github.com/torvalds/linux
Raw File
Tip revision: b562e44f507e863c6792946e4e1b1449fbbac85d authored by Linus Torvalds on 14 March 2016, 04:28:54 UTC
Linux 4.5
Tip revision: b562e44
Makefile
#
# Makefile for the Xilinx OPB hwicap driver
#

obj-$(CONFIG_XILINX_HWICAP) += xilinx_hwicap_m.o 
 
xilinx_hwicap_m-y := xilinx_hwicap.o fifo_icap.o buffer_icap.o
back to top