mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-07 06:44:18 +00:00
8 lines
204 B
Makefile
8 lines
204 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
# Copyright 2007 Freescale Semiconductor, Inc.
|
|
|
|
obj-y += mpc8610hpcd.o
|
|
obj-$(CONFIG_SYS_FSL_DDR2) += ddr.o
|
|
obj-y += law.o
|
|
obj-$(CONFIG_FSL_DIU_FB) += mpc8610hpcd_diu.o
|