Blame view

drivers/fastboot/Makefile 248 Bytes
22929e126   Patrick Delaunay   drivers: cosmetic...
1
  # SPDX-License-Identifier: GPL-2.0+
312a10f16   Alex Kiernan   fastboot: Move fa...
2

d2df2abbc   Alex Kiernan   fastboot: Extract...
3
  obj-y += fb_common.o
a2018ab0d   Ye Li   MLK-18591-3 andro...
4
  ifndef CONFIG_FSL_FASTBOOT
65c96757f   Alex Kiernan   usb: fastboot: Co...
5
  obj-y += fb_command.o
a2018ab0d   Ye Li   MLK-18591-3 andro...
6
  obj-y += fb_getvar.o
42d8dd442   Alex Kiernan   fastboot: Correct...
7
8
  obj-$(CONFIG_FASTBOOT_FLASH_MMC) += fb_mmc.o
  obj-$(CONFIG_FASTBOOT_FLASH_NAND) += fb_nand.o
a2018ab0d   Ye Li   MLK-18591-3 andro...
9
10
11
  else
  obj-y += fb_fsl/
  endif