aboutsummaryrefslogtreecommitdiff
path: root/src/soc/example/min86/Makefile.inc
blob: 01f1a94bc4860267e4d750f04346e2f2373b07a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## SPDX-License-Identifier: GPL-2.0-only
ifeq ($(CONFIG_SOC_EXAMPLE_MIN86),y)

bootblock-y	+= cache_as_ram.S
bootblock-y	+= ../../../cpu/intel/car/bootblock.c

postcar-y	+= exit_car.S

romstage-y	+= romstage.c

ramstage-y	+= chip.c
ramstage-y	+= timer.c

endif