mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 02:20:53 +07:00
8 lines
118 B
Makefile
8 lines
118 B
Makefile
|
#
|
||
|
# Makefile for the Linux SuperH-specific device drivers.
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_PCI) += pci/
|
||
|
obj-$(CONFIG_SH_DMA) += dma/
|
||
|
|