mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-29 04:45:05 +00:00
e60d07b6cd
Add support for the Thecus n2100 (80219-based.) Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
13 lines
204 B
Makefile
13 lines
204 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
obj-y := irq.o
|
|
obj-m :=
|
|
obj-n :=
|
|
obj- :=
|
|
|
|
obj-$(CONFIG_ARCH_IQ80321) += iq80321.o
|
|
obj-$(CONFIG_ARCH_IQ31244) += iq31244.o
|
|
obj-$(CONFIG_MACH_N2100) += n2100.o
|