Fix make warnings:
Makefile:261: warning: overriding commands for target `coreboot-builds/a-trend_atc-6220/lib/lzma.ramstage.o' Makefile:261: warning: ignoring old commands for target `coreboot-builds/a-trend_atc-6220/lib/lzma.ramstage.o' lzma.c is already included unconditionally in the same file. Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5900 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
c7e982bbef
commit
d3f620299c
|
@ -28,8 +28,6 @@ driver-$(CONFIG_CONSOLE_NE2K) += ne2k.c
|
|||
|
||||
ramstage-$(CONFIG_USBDEBUG) += usbdebug.c
|
||||
|
||||
ramstage-$(CONFIG_COMPRESSED_PAYLOAD_LZMA) += lzma.c
|
||||
|
||||
ramstage-$(CONFIG_BOOTSPLASH) += jpeg.c
|
||||
|
||||
smm-y += memcpy.c
|
||||
|
|
Loading…
Reference in New Issue