Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
X
xcap-async-module
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
xcap
xcap-async-module
Commits
2f2c97a1
Commit
2f2c97a1
authored
9 years ago
by
Michael Quigley
Browse files
Options
Downloads
Patches
Plain Diff
added static build rule
parent
ffa26e2c
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
libasync/Makefile
+8
-0
8 additions, 0 deletions
libasync/Makefile
libasync/module_build/.tmp_versions/libasync.mod
+0
-2
0 additions, 2 deletions
libasync/module_build/.tmp_versions/libasync.mod
libasync/module_build/Kbuild
+2
-2
2 additions, 2 deletions
libasync/module_build/Kbuild
with
10 additions
and
4 deletions
libasync/Makefile
+
8
−
0
View file @
2f2c97a1
...
...
@@ -5,6 +5,9 @@ LIB_DIR=lib_build
export
LIBASYNC_DIR
lib
:
make
-C
$(
KDIR
)
M
=
$(
LIBASYNC_DIR
)
/lib_build modules
module
:
make
-C
$(
KDIR
)
M
=
$(
LIBASYNC_DIR
)
/module_build modules
...
...
@@ -14,4 +17,9 @@ clean:
sudo rm
-rf
module_build/
*
.symvers
sudo rm
-rf
module_build/
*
.order
sudo rm
-rf
module_build/
*
.mod.c
sudo rm
-rf
lib_build/
*
.o
sudo rm
-rf
lib_build/
*
.ko
sudo rm
-rf
lib_build/
*
.symvers
sudo rm
-rf
lib_build/
*
.order
sudo rm
-rf
lib_build/
*
.mod.c
cd
../fast-ipc-module/current/tests/rpc
&&
make clean
This diff is collapsed.
Click to expand it.
libasync/module_build/.tmp_versions/libasync.mod
deleted
100644 → 0
+
0
−
2
View file @
ffa26e2c
/local/sda4/xcap-async-module/libasync/module_build/libasync.ko
/local/sda4/xcap-async-module/libasync/module_build/../src/common/awe-mapper.o /local/sda4/xcap-async-module/libasync/module_build/../src/common/thc.o /local/sda4/xcap-async-module/libasync/module_build/../src/common/thcsync.o /local/sda4/xcap-async-module/libasync/module_build/../../fast-ipc-module/current/tests/rpc/../../IPC/ipc.o /local/sda4/xcap-async-module/libasync/module_build/../../fast-ipc-module/current/tests/rpc/../../ring-chan/ring-channel.o /local/sda4/xcap-async-module/libasync/module_build/../../fast-ipc-module/current/tests/rpc/callee.o /local/sda4/xcap-async-module/libasync/module_build/../../fast-ipc-module/current/tests/rpc/caller.o /local/sda4/xcap-async-module/libasync/module_build/../../fast-ipc-module/current/tests/rpc/rpc_test.o
This diff is collapsed.
Click to expand it.
libasync/module_build/Kbuild
+
2
−
2
View file @
2f2c97a1
ASYNC_OBJS_DIR=../src/common
RPC_OBJS_DIR=../../fast-ipc-module/current/tests/rpc
CFLAGS_ipc.o = -O2 -DPOLL -fno-ipa-cp -fno-ipa-sra
CFLAGS_ring-channel.o = -I$(RPC_OBJS_DIR)../../IPC -fno-ipa-cp -fno-ipa-sra
CFLAGS_ring-channel.o = -I$(RPC_OBJS_DIR)../../IPC
-I$(RING_CHAN_DIR)
-fno-ipa-cp -fno-ipa-sra
EXTRA_CFLAGS=-DDEBUG_OUTPUT
obj-m := libasync.o
ccflags-y += -O0 -fno-ipa-cp -fno-ipa-sra -I$(LIBASYNC_DIR)/src/include -DUSE_ASYNC
ccflags-y += -O0 -fno-ipa-cp -fno-ipa-sra -I$(LIBASYNC_DIR)/src/include
-I$(LIBASYNC_DIR)/../fast-ipc-module/current/IPC
-DUSE_ASYNC
libasync-objs = $(ASYNC_OBJS_DIR)/awe-mapper.o $(ASYNC_OBJS_DIR)/thc.o $(ASYNC_OBJS_DIR)/thcsync.o $(RPC_OBJS_DIR)/../../IPC/ipc.o $(RPC_OBJS_DIR)/../../ring-chan/ring-channel.o $(RPC_OBJS_DIR)/callee.o $(RPC_OBJS_DIR)/caller.o $(RPC_OBJS_DIR)/rpc_test.o
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment