summaryrefslogtreecommitdiffstats
path: root/scripts/omap4_usbboot/Makefile
blob: af6444b0e20af6179cc5121338b3db24ac6ed395 (plain)
1
2
3
4
5
HOSTLOADLIBES_omap4_usbboot = -lpthread
omap4_usbboot-objs := usb_linux.o omap4_usbboot.o
hostprogs-$(CONFIG_OMAP4_USBBOOT) += omap4_usbboot

always	:= $(hostprogs-y)