This website requires JavaScript.
Explore
Help
Register
Sign In
malhuda
/
msm-4.14
Watch
1
Star
0
Fork
0
You've already forked msm-4.14
mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced
2025-02-20 11:45:48 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
msm-4.14
/
arch
/
arm
/
mach-gemini
/
Makefile
8 lines
106 B
Makefile
Raw
Normal View
History
Unescape
Escape
ARM: Add Gemini architecture v3 Adds support for Cortina Systems Gemini family CPUs: http://www.cortina-systems.com/products/category/18 v3: - fixed __io(a) to be defined as __typesafe_io(a) v2: - #include <asm/io.h> -> <linux/io.h> - remove asm/system.h include - revorked mm.c to use named initializers - removed "empty" dma.h - updated copyrights Signed-off-by: Paulius Zaleckas <paulius.zaleckas@teltonika.lt>
2009-03-26 10:06:08 +02:00
#
# Makefile for the linux kernel.
#
# Object file lists.
Gemini: gpiolib based GPIO support v2 v2: - update copyrights Signed-off-by: Paulius Zaleckas <paulius.zaleckas@teltonika.lt>
2009-03-26 10:06:27 +02:00
obj-y
:=
irq.o mm.o time.o devices.o gpio.o
Reference in New Issue
Copy Permalink