diff options
-rw-r--r-- | drivers/Makefile | 1 | ||||
-rw-r--r-- | drivers/fastboot/Makefile | 8 |
2 files changed, 0 insertions, 9 deletions
diff --git a/drivers/Makefile b/drivers/Makefile index 2350a9a..5ef58c0 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -23,4 +23,3 @@ obj-y += input/ # SOC specific infrastructure drivers. obj-y += soc/ obj-y += thermal/ -obj-y += fastboot/ 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 |