9
0
Fork 0
barebox/scripts/omap4_usbboot/Makefile

6 lines
167 B
Makefile

HOSTLOADLIBES_omap4_usbboot = -lpthread
omap4_usbboot-objs := usb_linux.o omap4_usbboot.o
hostprogs-$(CONFIG_OMAP4_USBBOOT) += omap4_usbboot
always := $(hostprogs-y)