mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 04:32:03 +00:00
b070a03f64
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>
5 lines
90 B
Makefile
5 lines
90 B
Makefile
# s6000 Makefile
|
|
|
|
obj-y += irq.o gpio.o
|
|
obj-$(CONFIG_XTENSA_CALIBRATE_CCOUNT) += delay.o
|