4 lines
113 B
Makefile
Executable file
4 lines
113 B
Makefile
Executable file
# SPDX-License-Identifier: GPL-2.0-only
|
|
obj-y := highbank.o system.o smc.o
|
|
|
|
obj-$(CONFIG_PM_SLEEP) += pm.o
|