Git - code.swisschili.sh
code.swisschili.sh
/
bluejay
/
refs/heads/master
/
.
/
src
/
kernel
/
dri
/
bf_sso
/
Jmk
blob: 45f5bc7f2aefa58981524b36ef0fed6abf5d159e [
file
] [
log
] [
blame
]
swissChili
1e8b756
2021-12-22 21:22:57 -0800
[
diff
] [
blame
]
1
init
(
bf_sso
,
bf_sso
.
a
)
2
3
preset
(
freestanding
)
4
preset
(
optimize
)
5
preset
(
debug
)
6
preset
(
32
)
7
preset
(
warn
)
8
9
archetype
(
c
)
10
11
CFLAGS
+=
-
I$
(
ROOT
)/
include
/
kernel
12
13
OBJECTS
=
bf_sso
.
o
14
15
type
(
static_lib
)
16
17
finish