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

endif