summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile
diff options
context:
space:
mode:
authorOleksij Rempel <o.rempel@pengutronix.de>2017-03-07 12:22:49 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2017-03-09 07:57:52 +0100
commit3ca576cc4a4236a2556ab172b524c1e50e9ee4ad (patch)
tree3522e858cf62f6cd705da017f623c8e0e12afad6 /scripts/Makefile
parent701f728c2a79628fbbb4f1a57e576ce5c5c8afd6 (diff)
downloadbarebox-3ca576cc4a4236a2556ab172b524c1e50e9ee4ad.tar.gz
barebox-3ca576cc4a4236a2556ab172b524c1e50e9ee4ad.tar.xz
scripts: imx/mxs remove mxs-usb-loader
... and use imx-usb-loader instead Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'scripts/Makefile')
-rw-r--r--scripts/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/Makefile b/scripts/Makefile
index 7f2527d1c2..8eda41e13b 100644
--- a/scripts/Makefile
+++ b/scripts/Makefile
@@ -22,9 +22,6 @@ hostprogs-$(CONFIG_ARCH_SOCFPGA) += socfpga_mkimage
hostprogs-$(CONFIG_ARCH_MXS) += mxsimage mxsboot
HOSTCFLAGS += -I$(srctree)/scripts/include/
HOSTLOADLIBES_mxsimage = `pkg-config --libs openssl`
-HOSTCFLAGS_mxs-usb-loader.o = `pkg-config --cflags libusb-1.0`
-HOSTLOADLIBES_mxs-usb-loader = `pkg-config --libs libusb-1.0`
-hostprogs-$(CONFIG_ARCH_MXS_USBLOADER) += mxs-usb-loader
HOSTCFLAGS_omap3-usb-loader.o = `pkg-config --cflags libusb-1.0`
HOSTLOADLIBES_omap3-usb-loader = `pkg-config --libs libusb-1.0`
hostprogs-$(CONFIG_OMAP3_USB_LOADER) += omap3-usb-loader
@@ -33,7 +30,7 @@ HOSTLOADLIBES_omap4_usbboot = -lpthread `pkg-config --libs libusb-1.0`
hostprogs-$(CONFIG_OMAP4_USBBOOT) += omap4_usbboot
subdir-y += mod
-subdir-$(CONFIG_ARCH_IMX) += imx
+subdir-y += imx
subdir-$(CONFIG_X86) += setupmbr
subdir-$(CONFIG_DTC) += dtc
subdir-$(CONFIG_ARCH_TEGRA) += tegra