Raw File
# SPDX-License-Identifier: GPL-2.0-only
#
# Makefile for the linux kernel.
#

obj-y					:= versatile_dt.o
back to top