4 lines
126 B
Makefile
4 lines
126 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
|