8ff6c761a9267436e0df1bce3875ffc7304c00fa
[openwrt/openwrt.git] / target / linux / at91 / sama5 / target.mk
1 BOARDNAME:=SAMA5 Xplained boards(Cortex-A5)
2 CPU_TYPE:=cortex-a5
3 CPU_SUBTYPE:=neon-vfpv4
4
5 FEATURES+=fpu
6 DEFAULT_PACKAGES += kmod-usb2
7
8 define Target/Description
9 Build generic firmware for Microchip(Atmel AT91) SAMA5 MPU's
10 using the ARMv7 instruction set.
11 endef