This website requires JavaScript.
Explore
Help
Register
Sign In
renegade-project
/
linux-next
Watch
2
Star
0
Fork
0
You've already forked linux-next
mirror of
https://github.com/edk2-porting/linux-next.git
synced
2025-01-26 15:45:14 +08:00
Code
8a41fa3b3c
linux-next
/
arch
/
arm
/
mach-tcc8k
/
Makefile
7 lines
103 B
Makefile
Raw
Normal View
History
Unescape
Escape
ARM: Add the clock framework for Telechips TCC8xxx processors. This adds definitions and low-level functions to handle clocks in TCC8xxx processors. Signed-off-by: "Hans J. Koch" <hjk@linutronix.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
2010-09-18 00:15:11 +08:00
#
# Makefile for TCC8K boards and common files.
#
# Common support
ARM: Basic IO mappings for mach-tcc8k Map the IO ranges of TCC8xxx peripherals. Signed-off-by: "Hans J. Koch" <hjk@linutronix.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
2010-09-18 00:18:57 +08:00
obj-y
+=
clock.o irq.o time.o io.o
Copy Permalink