sinclude $(TOPDIR)/config.mk

ifdef CONFIG_AUTO_UPDATE_ADAPTATION
obj-y += auto_update_adaptation.o
else
obj-y += auto_update.o
endif

