5 lines
88 B
Makefile
5 lines
88 B
Makefile
|
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
|
|
||
|
|
obj-y += soc.o
|
||
|
|
obj-$(CONFIG_ARM64) += sysmap-owl.o
|