mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
e6b78c4f22
Add support for the qi_lb60 (a.k.a QI Ben NanoNote) clamshell device. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Cc: linux-mips@linux-mips.org Cc: linux-kernel@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/1472/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
21 lines
354 B
Makefile
21 lines
354 B
Makefile
#
|
|
# Makefile for the Ingenic JZ4740.
|
|
#
|
|
|
|
# Object file lists.
|
|
|
|
obj-y += prom.o irq.o time.o reset.o setup.o dma.o \
|
|
gpio.o clock.o platform.o timer.o pwm.o serial.o
|
|
|
|
obj-$(CONFIG_DEBUG_FS) += clock-debugfs.o
|
|
|
|
# board specific support
|
|
|
|
obj-$(CONFIG_JZ4740_QI_LB60) += board-qi_lb60.o
|
|
|
|
# PM support
|
|
|
|
obj-$(CONFIG_PM) += pm.o
|
|
|
|
EXTRA_CFLAGS += -Werror -Wall
|