Based off b80915eb99
and compacted into a single commit so that it will fit on the uni git server
11 lines
267 B
Makefile
11 lines
267 B
Makefile
# 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
|