commit d1edce71135cc6d98c0a4b5729774542b676e769 Author: sophgo-forum-service <forum_service@sophgo.com> Date: Fri Mar 15 16:07:33 2024 +0800 [fix] recommend using ssh method to clone repo. [fix] fix sensor driver repo branch name.
20 lines
405 B
Makefile
20 lines
405 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# (C) Copyright 2000-2007
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
|
|
obj-y += \
|
|
fdt.o \
|
|
fdt_ro.o \
|
|
fdt_wip.o \
|
|
fdt_strerror.o \
|
|
fdt_sw.o \
|
|
fdt_rw.o \
|
|
fdt_empty_tree.o \
|
|
fdt_addresses.o
|
|
|
|
obj-$(CONFIG_OF_LIBFDT_OVERLAY) += fdt_overlay.o
|
|
|
|
ccflags-y := -I$(srctree)/scripts/dtc/libfdt \
|
|
-DFDT_ASSUME_MASK=$(CONFIG_$(SPL_TPL_)OF_LIBFDT_ASSUME_MASK)
|