10 lines
178 B
Makefile
10 lines
178 B
Makefile
|
|
ccflags-y += -I$(srctree)/product/update/flash
|
|
ccflags-y += -I$(srctree)/product/update/store
|
|
|
|
obj-y += auto_update_adapter.o
|
|
obj-y += update.o
|
|
|
|
obj-y += flash/
|
|
obj-y += store/
|