mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 16:07:30 +00:00
4e1aa8437a
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
11 lines
245 B
Makefile
11 lines
245 B
Makefile
#
|
|
# (C) Copyright 2010,2011 Nvidia Corporation.
|
|
#
|
|
# (C) Copyright 2000-2003
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-$(CONFIG_PWM_TEGRA) += pwm.o
|
|
obj-$(CONFIG_VIDEO_TEGRA) += display.o
|