]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cmd/Makefile
cmd: mtdparts: fix uninitialized variable warning
[people/ms/u-boot.git] / cmd / Makefile
index 1293d24e394d5efaeb78f858ee6a345abca80cb6..b92e42df32e6dd1806433f6043c19a96c3a05dea 100644 (file)
@@ -127,9 +127,7 @@ obj-$(CONFIG_CMD_UBI) += ubi.o
 obj-$(CONFIG_CMD_UBIFS) += ubifs.o
 obj-$(CONFIG_CMD_UNIVERSE) += universe.o
 obj-$(CONFIG_CMD_UNZIP) += unzip.o
-ifdef CONFIG_LZMA
 obj-$(CONFIG_CMD_LZMADEC) += lzmadec.o
-endif
 
 obj-$(CONFIG_CMD_USB) += usb.o disk.o
 obj-$(CONFIG_CMD_FASTBOOT) += fastboot.o
@@ -194,3 +192,5 @@ $(obj)/license_data_gz.h: $(obj)/license_data.gz FORCE
 targets += license_data_size.h
 $(obj)/license_data_size.h: $(srctree)/Licenses/gpl-2.0.txt FORCE
        $(call filechk,data_size)
+
+CFLAGS_ethsw.o := -Wno-enum-conversion