9 lines
135 B
Makefile
9 lines
135 B
Makefile
|
|
sinclude $(TOPDIR)/config.mk
|
||
|
|
|
||
|
|
ifdef CONFIG_AUTO_UPDATE_ADAPTATION
|
||
|
|
obj-y += auto_update_adaptation.o
|
||
|
|
else
|
||
|
|
obj-y += auto_update.o
|
||
|
|
endif
|
||
|
|
|