627ea1e104
Allwinner Uniprocessor SoC. As of now it works with A10 and A13 (and possibly R8 as it is the same as the A13). Move files.a10 into a1o subdirectory as it should be. Rename std.a10 into std.allwinner_up
15 lines
350 B
Plaintext
15 lines
350 B
Plaintext
# Allwinner Uniprocessor common options
|
|
#$FreeBSD$
|
|
|
|
cpu CPU_CORTEXA
|
|
machine arm armv6
|
|
makeoptions CONF_CFLAGS="-march=armv7a"
|
|
|
|
makeoptions KERNVIRTADDR=0xc0200000
|
|
options KERNVIRTADDR=0xc0200000
|
|
|
|
files "../allwinner/files.allwinner_up"
|
|
files "../allwinner/files.allwinner"
|
|
files "../allwinner/a10/files.a10"
|
|
files "../allwinner/a13/files.a13"
|