Add Sa to set/get per-section arch and bits configuration Cache io->section and core->io->section to speed up the Sa Update r_sys_arch* Add dummy plugin in asm/rar Fix lines of S=
9 lines
178 B
Makefile
9 lines
178 B
Makefile
OBJ_RAR=bin_rar.o
|
|
|
|
STATIC_OBJ+=${OBJ_RAR}
|
|
TARGET_RAR=bin_rar.${EXT_SO}
|
|
|
|
ALL_TARGETS+=${TARGET_RAR}
|
|
|
|
${TARGET_RAR}: ${OBJ_RAR}
|
|
${CC} $(call libname,bin_rar) ${CFLAGS} ${OBJ_RAR}
|