mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 00:32:04 +02:00
When the user has a volume key pressed volume_key variable will contain either value 'down' or 'up', otherwise it will be empty. Signed-off-by: Ondrej Jirman <megous@megous.com>
15 lines
455 B
Makefile
15 lines
455 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# (C) Copyright 2012 Henrik Nordstrom <henrik@henriknordstrom.net>
|
|
#
|
|
# Based on some other board Makefile
|
|
#
|
|
# (C) Copyright 2000-2003
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
obj-y += board.o
|
|
obj-$(CONFIG_SUN7I_GMAC) += gmac.o
|
|
obj-$(CONFIG_MACH_SUN4I) += dram_sun4i_auto.o
|
|
obj-$(CONFIG_MACH_SUN5I) += dram_sun5i_auto.o
|
|
obj-$(CONFIG_MACH_SUN7I) += dram_sun5i_auto.o
|
|
obj-$(CONFIG_MACH_SUN50I) += lradc.o
|