git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
6 lines
180 B
Makefile
6 lines
180 B
Makefile
lzo_compress-objs := lzo1x_compress.o
|
|
lzo_decompress-objs := lzo1x_decompress_safe.o
|
|
|
|
obj-$(CONFIG_LZO_COMPRESS) += lzo_compress.o
|
|
obj-$(CONFIG_LZO_DECOMPRESS) += lzo_decompress.o
|