aboutsummaryrefslogtreecommitdiff
path: root/sys/base/sort/rules.mk
blob: 780d6ea820241bf8407fba59bc0a67f4f87dfaeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SRCS_$(d)+=\
	$(d)/sort/double.c\
	$(d)/sort/float.c\
	$(d)/sort/int.c\
	$(d)/sort/int16.c\
	$(d)/sort/int32.c\
	$(d)/sort/int64.c\
	$(d)/sort/int8.c\
	$(d)/sort/string.c\
	$(d)/sort/uint.c\
	$(d)/sort/uint16.c\
	$(d)/sort/uint32.c\
	$(d)/sort/uint64.c\
	$(d)/sort/uint8.c\