9
0
Fork 0

scripts: Move omap4_usbboot to its own directory

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2013-09-26 08:01:21 +02:00
parent b5f99965b6
commit ac6d924301
7 changed files with 7 additions and 5 deletions

1
scripts/.gitignore vendored
View File

@ -8,5 +8,4 @@ mk-am35xx-spi-image
mkimage
mkublheader
omap_signGP
omap4_usbboot
zynq_mkimage

View File

@ -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

1
scripts/omap4_usbboot/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
omap4_usbboot

View File

@ -0,0 +1,5 @@
HOSTLOADLIBES_omap4_usbboot = -lpthread
omap4_usbboot-objs := usb_linux.o omap4_usbboot.o
hostprogs-$(CONFIG_OMAP4_USBBOOT) += omap4_usbboot
always := $(hostprogs-y)