soc/intel: Remove blank lines before '}' and after '{'
[coreboot2.git] / src / commonlib / Makefile.mk
blob30aaddf2cca32192a813328f80a94ab42d62a267
1 ## SPDX-License-Identifier: GPL-2.0-only
3 subdirs-y += storage
5 bootblock-y += mem_pool.c
6 verstage-y += mem_pool.c
7 romstage-y += mem_pool.c
8 ramstage-y += mem_pool.c
9 postcar-y += mem_pool.c
10 smm-y += mem_pool.c
12 bootblock-y += iobuf.c
13 verstage-y += iobuf.c
14 romstage-y += iobuf.c
15 ramstage-y += iobuf.c
16 smm-y += iobuf.c
17 postcar-y += iobuf.c
19 bootblock-y += region.c
20 verstage-y += region.c
21 romstage-y += region.c
22 ramstage-y += region.c
23 smm-y += region.c
24 postcar-y += region.c
26 romstage-y += rational.c
27 ramstage-y += rational.c
29 ramstage-$(CONFIG_PLATFORM_USES_FSP1_1) += fsp_relocate.c
30 ifeq ($(CONFIG_FSP_M_XIP),)
31 romstage-$(CONFIG_PLATFORM_USES_FSP2_0) += fsp_relocate.c
32 endif
33 ramstage-$(CONFIG_PLATFORM_USES_FSP2_0) += fsp_relocate.c
35 bootblock-y += bsd/cbfs_private.c
36 verstage-y += bsd/cbfs_private.c
37 romstage-y += bsd/cbfs_private.c
38 postcar-y += bsd/cbfs_private.c
39 ramstage-y += bsd/cbfs_private.c
40 smm-y += bsd/cbfs_private.c
42 bootblock-y += bsd/cbfs_mcache.c
43 verstage-y += bsd/cbfs_mcache.c
44 romstage-y += bsd/cbfs_mcache.c
45 postcar-y += bsd/cbfs_mcache.c
46 ramstage-y += bsd/cbfs_mcache.c
47 smm-y += bsd/cbfs_mcache.c
49 decompressor-y += bsd/lz4_wrapper.c
50 bootblock-y += bsd/lz4_wrapper.c
51 verstage-y += bsd/lz4_wrapper.c
52 romstage-y += bsd/lz4_wrapper.c
53 ramstage-y += bsd/lz4_wrapper.c
54 postcar-y += bsd/lz4_wrapper.c
56 all-y += list.c
58 ramstage-y += sort.c
60 romstage-y += bsd/elog.c
61 ramstage-y += bsd/elog.c
62 smm-y += bsd/elog.c
64 decompressor-y += bsd/gcd.c
65 all-y += bsd/gcd.c
67 all-y += bsd/ipchksum.c