Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « img « dts « boot « mips « arch - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 69a65f0f82d285c8cca0601ecf9650133f460a96 (plain)
1
2
3
4
5
6
7
8
9
dtb-$(CONFIG_MACH_PISTACHIO)	+= pistachio_marduk.dtb

obj-y				+= $(patsubst %.dtb, %.dtb.o, $(dtb-y))

# Force kbuild to make empty built-in.o if necessary
obj-				+= dummy.o

always				:= $(dtb-y)
clean-files			:= *.dtb *.dtb.S