Deleted Added
full compact
30c30
< # $FreeBSD: head/sys/boot/mips/beri/loader/Makefile 265420 2014-05-06 04:22:01Z imp $
---
> # $FreeBSD: head/sys/boot/mips/beri/loader/Makefile 266893 2014-05-30 16:47:54Z hselasky $
138a139,149
> .if defined(LOADER_USB_SUPPORT)
> # Do garbage collection
> CFLAGS+= -ffunction-sections -fdata-sections
> CFLAGS+= -Wl,--gc-sections
> # Link USB BOOT library
> LDADD+= ${.OBJDIR}/../../../usb/libusbboot.a
> CFLAGS+= -I${.CURDIR}/../../../usb
> # Define USB SUPPORT
> CFLAGS+= -DLOADER_USB_SUPPORT
> .endif
>