New long_* functions
This commit is contained in:
4
Makefile
4
Makefile
@ -26,7 +26,9 @@ LIBSRC = uart_init_.c uart_send_chr.c uart_send_str.c \
|
||||
bcd_add.c bcd_getsig.c bcd_invert.c bcd_9cpl.c bcd_addbyte.c bcd_shr.c \
|
||||
long_rrc__.c long_rlc__.c \
|
||||
long_tobcd__.c long_tobcd.c \
|
||||
bcd_tolong__.c bcd_tolong.c
|
||||
bcd_tolong__.c bcd_tolong.c \
|
||||
long_addbyte__.c long_addbyte.c \
|
||||
long_1cpl__.c long_invert__.c long_invert.c
|
||||
|
||||
|
||||
LIBOBJ =$(patsubst %.c,%.rel, $(LIBSRC))
|
||||
|
Reference in New Issue
Block a user