gk7205v200-uboot/product/update/Makefile
2025-08-08 08:41:38 +08:00

9 lines
135 B
Makefile
Executable File

sinclude $(TOPDIR)/config.mk
ifdef CONFIG_AUTO_UPDATE_ADAPTATION
obj-y += auto_update_adaptation.o
else
obj-y += auto_update.o
endif