projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'pull-24apr19' of git://git.denx.de/u-boot-dm
[platform/kernel/u-boot.git]
/
drivers
/
fastboot
/
Makefile
1
# SPDX-License-Identifier: GPL-2.0+
2
3
obj-y += fb_common.o
4
obj-y += fb_getvar.o
5
obj-y += fb_command.o
6
obj-$(CONFIG_FASTBOOT_FLASH_MMC) += fb_mmc.o
7
obj-$(CONFIG_FASTBOOT_FLASH_NAND) += fb_nand.o