This website requires JavaScript.
Explore
Help
Register
Sign In
leandrof
/
linux
Watch
1
Star
0
Fork
0
You've already forked linux
forked from
Minki/linux
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1beee21030
linux
/
arch
/
xtensa
/
variants
/
s6000
/
Makefile
5 lines
90 B
Makefile
Raw
Normal View
History
Unescape
Escape
xtensa: s6000 variant Support for the Stretch S6000 Xtensa core variant. Signed-off-by: Johannes Weiner <jw@emlix.com> Signed-off-by: Oskar Schirmer <os@emlix.com> Signed-off-by: Chris Zankel <chris@zankel.net>
2009-03-04 15:21:32 +00:00
# s6000 Makefile
obj-y
+=
irq.o gpio.o
xtensa: implement ccount calibration for s6000 Calculate core frequency from timers at boot time instead of assuming a fixed frequency. This is useful as the true frequency is set up by the boot loader, thus variable. Signed-off-by: Oskar Schirmer <os@emlix.com> Signed-off-by: Chris Zankel <chris@zankel.net>
2009-05-11 13:43:36 +00:00
obj-$(CONFIG_XTENSA_CALIBRATE_CCOUNT)
+=
delay.o
Reference in New Issue
Copy Permalink