This website requires JavaScript.
Explore
Drone CI
Help
Register
Sign In
lisa
/
android_kernel_xiaomi_sm8350
Watch
1
Star
0
Fork
0
You've already forked android_kernel_xiaomi_sm8350
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
7a6a3a086f
android_kernel_xiaomi_sm8350
/
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 10:21:32 -05: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 09:43:36 -04:00
obj-$(CONFIG_XTENSA_CALIBRATE_CCOUNT)
+=
delay.o
Reference in New Issue
Copy Permalink