14 lines
241 B
Plaintext
14 lines
241 B
Plaintext
# $FreeBSD$
|
|
|
|
files "../at91/files.at91"
|
|
cpu CPU_ARM9
|
|
makeoptions CONF_CFLAGS=-mcpu=arm9
|
|
options PHYSADDR=0x20000000
|
|
|
|
# bring in the sam specific timers and such
|
|
device at91sam9
|
|
|
|
device at91sam9260
|
|
device at91sam9g20
|
|
device at91sam9x25
|