blob: 3e1bccc99e74a81451ea80c4042c0752f91e17f7 [file] [log] [blame]
Nitheesh Sekar20e75872018-09-14 11:24:10 +05301
2ifeq ($(CONFIG_SOC_QUALCOMM_QCS405),y)
3
4################################################################################
Ravi Kumar Bokka1faaa162021-03-31 08:05:24 +05305all-y += clock.c
6all-y += spi.c
7all-y += ../common/timer.c
8all-y += gpio.c
9all-y += i2c.c
10all-y += qup.c
11all-y += blsp.c
12all-$(CONFIG_DRIVERS_UART) += uart.c
13
14################################################################################
Nitheesh Sekar20e75872018-09-14 11:24:10 +053015bootblock-y += bootblock.c
Nitheesh Sekar6bee0ce2018-09-14 18:50:38 +053016bootblock-y += mmu.c
Nitheesh Sekar20e75872018-09-14 11:24:10 +053017
18################################################################################
Nitheesh Sekar20e75872018-09-14 11:24:10 +053019romstage-y += cbmem.c
Vijayavardhan Vennapusadd3cffd2018-10-16 18:08:29 +053020romstage-y += usb.c
Nitheesh Sekar20e75872018-09-14 11:24:10 +053021
22################################################################################
23ramstage-y += soc.c
Vijayavardhan Vennapusadd3cffd2018-10-16 18:08:29 +053024ramstage-y += usb.c
Nitheesh Sekar20e75872018-09-14 11:24:10 +053025
26################################################################################
27
28CPPFLAGS_common += -Isrc/soc/qualcomm/qcs405/include
29
Nitheesh Sekar20e75872018-09-14 11:24:10 +053030endif