diff options
author | Peng Fan <Peng.Fan@freescale.com> | 2015-08-27 15:52:28 +0800 |
---|---|---|
committer | Peng Fan <Peng.Fan@freescale.com> | 2015-08-28 10:10:28 +0800 |
commit | 54df421991ac853e5b26036fd2205d5318e832bc (patch) | |
tree | dd5bf13e332aa0b3220eecd9a7a1a1f4b5ca94d2 /drivers/fastboot/Makefile | |
parent | e7d4767331f1a2cbef61b4e89beb73731f267499 (diff) | |
download | u-boot-imx-54df421991ac853e5b26036fd2205d5318e832bc.zip u-boot-imx-54df421991ac853e5b26036fd2205d5318e832bc.tar.gz u-boot-imx-54df421991ac853e5b26036fd2205d5318e832bc.tar.bz2 |
MLK-11433 driver: fastboot: Discard unused directory
CONFIG_FASTBOOT is not used, since we have CONFIG_FSL_FASTBOOT and
CONFIG_CMD_FASTBOOT for fastboot. "drivers/fastboot" can be discarded.
Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Diffstat (limited to 'drivers/fastboot/Makefile')
-rw-r--r-- | drivers/fastboot/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/fastboot/Makefile b/drivers/fastboot/Makefile deleted file mode 100644 index 251120d..0000000 --- a/drivers/fastboot/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# -# (C) Copyright 2000-2007 -# Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# SPDX-License-Identifier: GPL-2.0+ -# - -obj-$(CONFIG_FASTBOOT) += fastboot.o |