]> Git Repo - J-u-boot.git/blame - lib/libfdt/Makefile
Merge tag 'u-boot-imx-master-20250127' of https://gitlab.denx.de/u-boot/custodians...
[J-u-boot.git] / lib / libfdt / Makefile
CommitLineData
83d290c5 1# SPDX-License-Identifier: GPL-2.0+
fa3a74ce
GVB
2#
3# (C) Copyright 2000-2007
4# Wolfgang Denk, DENX Software Engineering, [email protected].
7cd5da0f 5
6feed2a5
RD
6obj-y += \
7 fdt.o \
bcbdab70 8 fdt_ro.o \
26e961c8 9 fdt_wip.o \
6feed2a5
RD
10 fdt_strerror.o \
11 fdt_sw.o \
ae9ace70 12 fdt_rw.o \
6feed2a5 13 fdt_empty_tree.o \
50a327de 14 fdt_addresses.o
ddf67f71
MR
15
16obj-$(CONFIG_OF_LIBFDT_OVERLAY) += fdt_overlay.o
50a327de 17
0d76afc0 18ccflags-y := -I$(srctree)/scripts/dtc/libfdt \
5c10c8ba 19 -DFDT_ASSUME_MASK=$(CONFIG_$(PHASE_)OF_LIBFDT_ASSUME_MASK)
This page took 0.527015 seconds and 4 git commands to generate.