mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-20 11:13:58 +08:00
a3662f6bbe
Add support for the Simplemachines EP9307 based Sim.One board. Cc: Hartley Sweeten <hartleys@visionengravers.com> Cc: Sergio Sorrenti <sergio.sorrenti@gmail.com> Signed-off-by: Ryan Mallon <ryan@bluewatersys.com> Acked-by: Hartley Sweeten <hartleys@visionengravers.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
15 lines
356 B
Makefile
15 lines
356 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
obj-y := core.o clock.o dma-m2p.o gpio.o
|
|
obj-m :=
|
|
obj-n :=
|
|
obj- :=
|
|
|
|
obj-$(CONFIG_MACH_ADSSPHERE) += adssphere.o
|
|
obj-$(CONFIG_MACH_EDB93XX) += edb93xx.o
|
|
obj-$(CONFIG_MACH_GESBC9312) += gesbc9312.o
|
|
obj-$(CONFIG_MACH_MICRO9) += micro9.o
|
|
obj-$(CONFIG_MACH_SIM_ONE) += simone.o
|
|
obj-$(CONFIG_MACH_TS72XX) += ts72xx.o
|