mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 17:28:15 +00:00
3a02f699fa
This driver models some sort of interrupt thingy but there are so many abreviations that I cannot find out what it stands for. Possibly something to do with interrupts. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
10 lines
178 B
Makefile
10 lines
178 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright 2019 Google LLC
|
|
|
|
obj-$(CONFIG_SPL_BUILD) += systemagent.o
|
|
|
|
obj-y += hostbridge.o
|
|
obj-y += itss.o
|
|
obj-y += pmc.o
|
|
obj-y += uart.o
|