mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-25 13:43:55 +08: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/
|
||
|
|