battery: sec_battery: export {CURRENT/VOLTAGE}_MAX to sysfs
[GitHub/LineageOS/android_kernel_samsung_universal7580.git] / sh / lib / Makefile
1 #
2 # Makefile for SuperH-specific library files..
3 #
4
5 lib-y = delay.o memset.o memmove.o memchr.o \
6 checksum.o strcasecmp.o strlen.o div64.o udivdi3.o \
7 div64-generic.o
8
9 memcpy-y := memcpy.o
10 memcpy-$(CONFIG_CPU_SH4) := memcpy-sh4.o
11
12 lib-y += $(memcpy-y)
13