mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 05:13:58 -05:00
In the armv4/5 world device statements in these files were common, but in the v6/7 world, other socs don't put device statements into those files, so this just brings imx5 and imx6 into line with the current conventions.
6 lines
126 B
Text
6 lines
126 B
Text
# $FreeBSD$
|
|
machine arm armv7
|
|
cpu CPU_CORTEXA
|
|
makeoptions CONF_CFLAGS="-march=armv7a"
|
|
|
|
files "../freescale/imx/files.imx5"
|