forked from luck/tmp_suning_uos_patched
e25f2af646
All the drivers for the various hardware elements of the jz4740 SoC have been modified to use the pinctrl framework for their pin configuration needs. As such, this platform code is now unused and can be deleted. Signed-off-by: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
19 lines
293 B
Makefile
19 lines
293 B
Makefile
#
|
|
# Makefile for the Ingenic JZ4740.
|
|
#
|
|
|
|
# Object file lists.
|
|
|
|
obj-y += prom.o time.o reset.o setup.o \
|
|
platform.o timer.o
|
|
|
|
CFLAGS_setup.o = -I$(src)/../../../scripts/dtc/libfdt
|
|
|
|
# board specific support
|
|
|
|
obj-$(CONFIG_JZ4740_QI_LB60) += board-qi_lb60.o
|
|
|
|
# PM support
|
|
|
|
obj-$(CONFIG_PM) += pm.o
|