Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
spec-sw
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor 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
This is an archived project. Repository and other project resources are read-only.
fmc-projects
spec
spec-sw
Commits
4421e0fd
Commit
4421e0fd
authored
12 years ago
by
Alessandro Rubini
Browse files
Options
Downloads
Patches
Plain Diff
Makefiles: refer the new submodule to build it too
Signed-off-by:
Alessandro Rubini
<
rubini@gnudd.com
>
parent
98a3b15b
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+1
-1
1 addition, 1 deletion
Makefile
kernel/Makefile
+3
-7
3 additions, 7 deletions
kernel/Makefile
with
4 additions
and
8 deletions
Makefile
+
1
−
1
View file @
4421e0fd
DIRS
=
kernel tools doc
DIRS
=
fmc-bus/kernel
kernel tools doc
all clean modules install modules_install
:
for
d
in
$(
DIRS
);
do
$(
MAKE
)
-C
$$
d
$@
||
exit
1
;
done
This diff is collapsed.
Click to expand it.
kernel/Makefile
+
3
−
7
View file @
4421e0fd
LINUX
?=
/lib/modules/
$(
shell
uname
-r
)
/build
ccflags-y
+=
-I
$M
/include
KBUILD_EXTRA_SYMBOLS
:=
$M
/../fmc-bus/kernel/Module.symvers
ccflags-y
+=
-I
$M
/include
-I
$M
/../fmc-bus/kernel/include
ccflags-y
+=
$(
WR_NIC_CFLAGS
)
obj-m
=
fmc.o
obj-m
+=
spec.o
obj-m
+=
fmc-trivial.o
obj-m
+=
fmc-write-eeprom.o
obj-m
+=
wr-nic.o
fmc-y
=
fmc-core.o
fmc-y
+=
fmc-sdb.o
spec-y
=
spec-pci.o
spec-y
+=
spec-fmc.o
spec-y
+=
spec-i2c.o
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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