From 3ca576cc4a4236a2556ab172b524c1e50e9ee4ad Mon Sep 17 00:00:00 2001 From: Oleksij Rempel Date: Tue, 7 Mar 2017 12:22:49 +0100 Subject: scripts: imx/mxs remove mxs-usb-loader ... and use imx-usb-loader instead Signed-off-by: Oleksij Rempel Signed-off-by: Sascha Hauer --- scripts/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'scripts/Makefile') 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 -- cgit v1.2.3