mirror of
https://github.com/intel/isa-l.git
synced 2025-11-03 19:40:35 +01:00
crc: Group source by arch
Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
########################################################################
|
########################################################################
|
||||||
# Copyright(c) 2011-2015 Intel Corporation All rights reserved.
|
# Copyright(c) 2011-2017 Intel Corporation All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
# modification, are permitted provided that the following conditions
|
# modification, are permitted provided that the following conditions
|
||||||
@@ -28,22 +28,24 @@
|
|||||||
########################################################################
|
########################################################################
|
||||||
|
|
||||||
lsrc += \
|
lsrc += \
|
||||||
|
crc/crc_base.c \
|
||||||
|
crc/crc64_base.c
|
||||||
|
|
||||||
|
lsrc_x86_64 += \
|
||||||
crc/crc16_t10dif_01.asm \
|
crc/crc16_t10dif_01.asm \
|
||||||
crc/crc16_t10dif_by4.asm \
|
crc/crc16_t10dif_by4.asm \
|
||||||
crc/crc32_ieee_01.asm \
|
crc/crc32_ieee_01.asm \
|
||||||
crc/crc32_ieee_by4.asm \
|
crc/crc32_ieee_by4.asm \
|
||||||
crc/crc32_iscsi_01.asm \
|
crc/crc32_iscsi_01.asm \
|
||||||
crc/crc32_iscsi_00.asm \
|
crc/crc32_iscsi_00.asm \
|
||||||
|
crc/crc_multibinary.asm \
|
||||||
crc/crc64_multibinary.asm \
|
crc/crc64_multibinary.asm \
|
||||||
crc/crc64_ecma_refl_by8.asm \
|
crc/crc64_ecma_refl_by8.asm \
|
||||||
crc/crc64_ecma_norm_by8.asm \
|
crc/crc64_ecma_norm_by8.asm \
|
||||||
crc/crc64_iso_refl_by8.asm \
|
crc/crc64_iso_refl_by8.asm \
|
||||||
crc/crc64_iso_norm_by8.asm \
|
crc/crc64_iso_norm_by8.asm \
|
||||||
crc/crc64_jones_refl_by8.asm \
|
crc/crc64_jones_refl_by8.asm \
|
||||||
crc/crc64_jones_norm_by8.asm \
|
crc/crc64_jones_norm_by8.asm
|
||||||
crc/crc64_base.c \
|
|
||||||
crc/crc_multibinary.asm \
|
|
||||||
crc/crc_base.c
|
|
||||||
|
|
||||||
src_include += -I $(srcdir)/crc
|
src_include += -I $(srcdir)/crc
|
||||||
extern_hdrs += include/crc.h include/crc64.h
|
extern_hdrs += include/crc.h include/crc64.h
|
||||||
|
|||||||
Reference in New Issue
Block a user