forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: GPL-2.0-only
#
# Makefile for code common across different PXA processor families
#
ccflags-$(CONFIG_ARCH_MMP) := -I$(srctree)/$(src)/include
 
obj-$(CONFIG_PXA3xx)        += mfp.o
obj-$(CONFIG_ARCH_MMP)        += mfp.o
 
obj-$(CONFIG_PXA_SSP)        += ssp.o