Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
cf89107c
Commit
cf89107c
authored
May 29, 2002
by
Russell King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ARM] Fix makefiles for drivers/acorn/{block,char}/
parent
5dc387c1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
14 deletions
+0
-14
drivers/acorn/block/Makefile
drivers/acorn/block/Makefile
+0
-2
drivers/acorn/char/Makefile
drivers/acorn/char/Makefile
+0
-12
No files found.
drivers/acorn/block/Makefile
View file @
cf89107c
...
...
@@ -2,8 +2,6 @@
# Makefile for the Acorn block device drivers.
#
O_TARGET
:=
acorn-block.o
obj-y
:=
obj-m
:=
obj-n
:=
...
...
drivers/acorn/char/Makefile
View file @
cf89107c
#
# Makefile for the kernel character device drivers.
#
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unless it's something special (ie not a .c file).
#
# Note 2! The CFLAGS definitions are now inherited from the
# parent makes..
#
O_TARGET
:=
acorn-char.o
# Object file lists.
obj-y
:=
obj-m
:=
obj-n
:=
obj-
:=
# All the objects that export symbols.
export-objs
:=
mouse_rpc.o
obj-arc
:=
keyb_arc.o
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment