mb/lenovo/t400: Add 154WX5-TLB2 to display backlight PWM freq list
[coreboot.git] / src / console / Makefile.inc
blobd5795d79296a05f3dda93c6608507058431064d3
1 ramstage-y += vtxprintf.c printk.c vsprintf.c
2 ramstage-y += init.c console.c
3 ramstage-y += post.c
4 ramstage-y += die.c
5 ifeq ($(CONFIG_HWBASE_DEBUG_CB),y)
6 ramstage-$(CONFIG_RAMSTAGE_LIBHWBASE) += hw-debug_sink.ads
7 ramstage-$(CONFIG_RAMSTAGE_LIBHWBASE) += hw-debug_sink.adb
8 endif
10 smm-$(CONFIG_DEBUG_SMI) += init.c console.c vtxprintf.c printk.c
11 smm-$(CONFIG_SMM_TSEG) += die.c
13 verstage-y += init.c
14 verstage-y += printk.c
15 verstage-y += vtxprintf.c vsprintf.c
16 verstage-y += console.c
17 verstage-y += post.c
18 verstage-y += die.c
20 romstage-y += vtxprintf.c printk.c vsprintf.c
21 romstage-y += init.c console.c
22 romstage-y += post.c
23 romstage-y += die.c
25 postcar-$(CONFIG_POSTCAR_CONSOLE) += vtxprintf.c printk.c vsprintf.c
26 postcar-$(CONFIG_POSTCAR_CONSOLE) += init.c console.c
27 postcar-y += post.c
28 postcar-y += die.c
30 bootblock-$(CONFIG_BOOTBLOCK_CONSOLE) += printk.c
31 bootblock-y += vtxprintf.c vsprintf.c
32 bootblock-$(CONFIG_BOOTBLOCK_CONSOLE) += init.c console.c
33 bootblock-y += post.c
34 bootblock-y += die.c
36 decompressor-y += die.c