On Thu, Apr 24, 2008 at 03:41:18PM +0200, svn@coreboot.org wrote:
Copied: buildrom-devel/packages/coreboot-v2/tyan-generic.mk (from rev 152, buildrom-devel/packages/coreboot-v2/tyan-s2891.mk)
--- buildrom-devel/packages/coreboot-v2/tyan-generic.mk (rev 0) +++ buildrom-devel/packages/coreboot-v2/tyan-generic.mk 2008-04-24 13:41:17 UTC (rev 156) @@ -0,0 +1,43 @@ +# This is the Generic coreboot target
Generic Tyan target maybe.
+ifeq ($(CONFIG_PAYLOAD_KERNEL),y)
- CBV2_CONFIG = Config-lab.lb
- CBV2_PAYLOAD_FILE_EXT = elf.lzma
+endif
+ifeq ($(CONFIG_PAYLOAD_LAB),y)
- CBV2_CONFIG = Config-lab.lb
- CBV2_PAYLOAD_FILE_EXT = elf.lzma
+endif
Can we move this snippet to a generic file? I think it's the same for all LAB targets but appears many times in various board files.
Uwe.