aboutsummaryrefslogtreecommitdiff
path: root/src/ec/lenovo/h8/Makefile.inc
blob: c37a6e1bf7ece577c9c62a7038618afb28ee8351 (plain)
1
2
3
4
5
6
7
8
9
10
11
ifeq ($(CONFIG_EC_LENOVO_H8),y)

ifneq ($(filter y,$(CONFIG_H8_BEEP_ON_DEATH) $(CONFIG_H8_FLASH_LEDS_ON_DEATH)),)
romstage-y += panic.c
ramstage-y += panic.c
endif

ramstage-y += h8.c
smm-y += smm.c

endif