summaryrefslogtreecommitdiff
path: root/src/northbridge/via/cx700/Makefile.mk
blob: 80fc6b9caf15286c035997752e877f48bca74e4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
## SPDX-License-Identifier: GPL-2.0-only
ifeq ($(CONFIG_NORTHBRIDGE_VIA_CX700),y)

# raminit accesses addresses as low as 0
CFLAGS_bootblock += --param=min-pagesize=0
CFLAGS_romstage  += --param=min-pagesize=0

bootblock-y	+= early_smbus.c bootblock.c
romstage-y	+= early_smbus.c memmap.c romstage.c raminit.c
ramstage-y	+= memmap.c chip.c northbridge.c
all-y		+= clock.c reset.c

endif