aboutsummaryrefslogtreecommitdiff
path: root/src/ec/lenovo/h8/Makefile.inc
blob: 18aca17fbf278e5be0dd34d2be66b27e3c887305 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
ramstage-y += bluetooth.c
smm-y += smm.c

endif