summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-09-26 08:01:21 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-09-27 14:12:01 +0200
commitac6d9243013ac5cb08d87e0715c5234cca248401 (patch)
tree990c99f0b8a1cd270a48fdd7ec65f708a60b0f1b /scripts/Makefile
parentb5f99965b6c9e76f0e12737d2b3424281e28ca5a (diff)
downloadbarebox-ac6d9243013ac5cb08d87e0715c5234cca248401.tar.gz
barebox-ac6d9243013ac5cb08d87e0715c5234cca248401.tar.xz
scripts: Move omap4_usbboot to its own directory
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 7d98a2d2f8..71d30be20a 100644
--- a/scripts/Makefile
+++ b/scripts/Makefile
@@ -17,16 +17,13 @@ hostprogs-$(CONFIG_ARCH_DAVINCI) += mkublheader
hostprogs-$(CONFIG_ARCH_ZYNQ) += zynq_mkimage
subdir-y += mod
+subdir-$(CONFIG_OMAP4_USBBOOT) += omap4_usbboot
subdir-$(CONFIG_ARCH_IMX) += imx
subdir-$(CONFIG_X86) += setupmbr
subdir-$(CONFIG_DTC) += dtc
targetprogs-$(CONFIG_BAREBOXENV_TARGET) += bareboxenv-target
-HOSTLOADLIBES_omap4_usbboot = -lpthread
-omap4_usbboot-objs := usb_linux.o omap4_usbboot.o
-hostprogs-$(CONFIG_OMAP4_USBBOOT)+= omap4_usbboot
-
# Let clean descend into subdirs
subdir- += basic kconfig setupmbr