index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
cpu
/
arm926ejs
/
at91
/
config.mk
blob: 370630d4de08192b8615298d7b39079d6c8d3d68 (
plain
)
1
2
PF_CPPFLAGS_TUNE
:= $(
call cc-option
,-
mtune
=
arm926ejs
,)
PLATFORM_CPPFLAGS
+= $(
PF_CPPFLAGS_TUNE
)