repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git]
/
tools
/
crypto
/
ccp
/
Makefile
blob
ae4a66d1558a10784a008fff32d910abab3eb92b
1
# SPDX-License-Identifier: GPL-2.0-only
2
CFLAGS
+= -
D__EXPORTED_HEADERS__
-
I..
/
..
/
..
/
include
/
uapi
-
I..
/
..
/
..
/
include
3
4
TARGET
=
dbc_library.so
5
6
all
: $(
TARGET
)
7
8
dbc_library.so
:
dbc.c
9
$(
CC
) $(
CFLAGS
) $(
LDFLAGS
) -
shared
-
o
$
@
$<
10
chmod
-
x
$
@
11
12
clean
:
13
$(
RM
) $(
TARGET
)