Files
Chromebook-Device-Nyan-NVID…/arch/arm/plat-pxa/Makefile
2025-04-06 23:50:55 -05:00

11 lines
185 B
Makefile

#
# Makefile for code common across different PXA processor families
#
obj-y := dma.o
obj-$(CONFIG_PXA3xx) += mfp.o
obj-$(CONFIG_ARCH_MMP) += mfp.o
obj-$(CONFIG_PXA_SSP) += ssp.o