2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-01 18:24:23 +08:00
linux-next/arch/mips/jz4740/Makefile

19 lines
309 B
Makefile
Raw Normal View History

#
# Makefile for the Ingenic JZ4740.
#
# Object file lists.
obj-y += prom.o time.o reset.o setup.o \
gpio.o platform.o timer.o serial.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