6df26700c0
Implement a custom ioremap implementation for iop3xx. This saves establishing new mappings. It also cleans up the PCI IO resource to be a physical address rather than a virtual address as Russell pointed out on the original iop13xx port. Signed-off-by: Dan Williams <dan.j.williams@intel.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
9 lines
120 B
Makefile
9 lines
120 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
obj-y := gpio.o i2c.o pci.o setup.o time.o io.o
|
|
obj-m :=
|
|
obj-n :=
|
|
obj- :=
|