gk7205v200-uboot/product/update/Makefile

9 lines
135 B
Makefile
Raw Permalink Normal View History

2025-08-08 08:41:38 +08:00
sinclude $(TOPDIR)/config.mk
ifdef CONFIG_AUTO_UPDATE_ADAPTATION
obj-y += auto_update_adaptation.o
else
obj-y += auto_update.o
endif