blob: f96c0f5eca444054e80e4f2d8fc04dbfc835a484 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# SPDX-License-Identifier: GPL-2.0
#
# Makefile for the Ingenic JZ4740.
#
# Object file lists.
obj-y += setup.o
CFLAGS_setup.o = -I$(src)/../../../scripts/dtc/libfdt
|