diff options
| author | Tom Rini <[email protected]> | 2018-06-01 09:52:15 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-06-01 09:52:15 -0400 |
| commit | caa2a2e5ab44d87faf51fafc780ecc985e0c05d6 (patch) | |
| tree | da4f3cba6cdfbeae5f723a9ebf00bd29c8ae31bb /drivers/Makefile | |
| parent | c90c43cda8c376f949266f920bbb49119aef0b00 (diff) | |
| parent | 277b1333b780acd8ddb761c9160c06ffdf1c3901 (diff) | |
Merge branch 'master' of git://git.denx.de/u-boot-usb
Diffstat (limited to 'drivers/Makefile')
| -rw-r--r-- | drivers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/Makefile b/drivers/Makefile index b3f1b600a55..d29a6e467b6 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -71,6 +71,7 @@ obj-y += block/ obj-$(CONFIG_BOOTCOUNT_LIMIT) += bootcount/ obj-$(CONFIG_CPU) += cpu/ obj-y += crypto/ +obj-$(CONFIG_FASTBOOT) += fastboot/ obj-y += firmware/ obj-$(CONFIG_FPGA) += fpga/ obj-y += misc/ |
