mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-01 07:42:18 +00:00
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
|