6 lines
169 B
Makefile
6 lines
169 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
obj-$(CONFIG_GH_ARM64_DRV) += gh_arm_drv.o
|
|
gh_arm_drv-y := gh_arm.o irq.o reset.o
|
|
obj-$(CONFIG_GUNYAH) += gunyah_hypercall.o
|