9 lines
135 B
Makefile
Executable File
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
|
|
|