mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-11 04:45:51 +07:00
8 lines
131 B
Makefile
8 lines
131 B
Makefile
#
|
|
# Makefile for code common across different PXA processor families
|
|
#
|
|
|
|
obj-y := dma.o mfp.o
|
|
|
|
obj-$(CONFIG_GENERIC_GPIO) += gpio.o
|