diff options
| author | Simon Glass <[email protected]> | 2019-08-01 09:47:14 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-08-11 19:27:41 -0400 |
| commit | 9e5616dea9db5e13ab3da1d5b414ce0bc7dc0afe (patch) | |
| tree | 1aa52f3c887b29e53d7cdbb291f8ac43a8216920 /drivers/Makefile | |
| parent | f3998fdc4d0871727d7be6838bac750c6323c0a8 (diff) | |
Drop PCMCIA
This is no-longer used in U-Boot and has not been converted to driver
model. Drop it.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'drivers/Makefile')
| -rw-r--r-- | drivers/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/Makefile b/drivers/Makefile index 41933605ce1..a4bb5e4975c 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -88,7 +88,6 @@ obj-y += misc/ obj-$(CONFIG_MMC) += mmc/ obj-$(CONFIG_NVME) += nvme/ obj-$(CONFIG_PCI_ENDPOINT) += pci_endpoint/ -obj-y += pcmcia/ obj-y += dfu/ obj-$(CONFIG_PCH) += pch/ obj-y += phy/allwinner/ |
