1 ######################################################################
2 #BEGIN Machine dependent Makefile fragment for x86_64
3 ######################################################################
5 # sha1 Files to build with -DSHA1_USE_ASSEMBLY=1
6 sha1.o_CFLAGS_ADD += -DSHA1_USE_ASSEMBLY=1
8 # Files that must go in the __HIB segment:
9 UNCONFIGURED_HIB_FILES= \
12 HIB_FILES=$(filter $(UNCONFIGURED_HIB_FILES),$(OBJS))
14 ######################################################################
15 #END Machine dependent Makefile fragment for x86_64
16 ######################################################################