3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-12 02:05:54 +00:00

9 lines
267 B
Makefile
Raw Normal View History

2022-04-02 18:06:56 +05:00
# SPDX-License-Identifier: GPL-2.0
2022-12-14 10:45:59 +05:00
ccflags-y := -I$(srctree)/arch/arm/plat-orion/include
2022-09-13 23:14:27 +05:00
2022-04-02 18:06:56 +05:00
obj-y += common.o
obj-$(CONFIG_DOVE_LEGACY) += irq.o mpp.o
obj-$(CONFIG_PCI) += pcie.o
obj-$(CONFIG_MACH_DOVE_DB) += dove-db-setup.o
obj-$(CONFIG_MACH_CM_A510) += cm-a510.o