blob: 45f5bc7f2aefa58981524b36ef0fed6abf5d159e [file] [log] [blame]
swissChili1e8b7562021-12-22 21:22:57 -08001init(bf_sso, bf_sso.a)
2
3preset(freestanding)
4preset(optimize)
5preset(debug)
6preset(32)
7preset(warn)
8
9archetype(c)
10
11CFLAGS += -I$(ROOT)/include/kernel
12
13OBJECTS = bf_sso.o
14
15type(static_lib)
16
17finish