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
7ae4323c
Commit
7ae4323c
authored
Feb 18, 2003
by
Richard Henderson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ALPHA] Turn on -Werror in alpha subdirectories.
parent
a968ee1f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
1 deletion
+7
-1
arch/alpha/kernel/Makefile
arch/alpha/kernel/Makefile
+1
-1
arch/alpha/lib/Makefile
arch/alpha/lib/Makefile
+2
-0
arch/alpha/mm/Makefile
arch/alpha/mm/Makefile
+2
-0
arch/alpha/oprofile/Makefile
arch/alpha/oprofile/Makefile
+2
-0
No files found.
arch/alpha/kernel/Makefile
View file @
7ae4323c
...
...
@@ -3,8 +3,8 @@
#
EXTRA_TARGETS
:=
head.o
EXTRA_AFLAGS
:=
$(CFLAGS)
CFLAGS
+=
-Werror
-Wno-sign-compare
obj-y
:=
entry.o traps.o process.o init_task.o osf_sys.o irq.o
\
irq_alpha.o signal.o setup.o ptrace.o time.o semaphore.o
\
...
...
arch/alpha/lib/Makefile
View file @
7ae4323c
...
...
@@ -3,6 +3,8 @@
#
EXTRA_AFLAGS
:=
$(CFLAGS)
CFLAGS
+=
-Werror
L_TARGET
:=
lib.a
# Many of these routines have implementations tuned for ev6.
...
...
arch/alpha/mm/Makefile
View file @
7ae4323c
...
...
@@ -2,6 +2,8 @@
# Makefile for the linux alpha-specific parts of the memory manager.
#
CFLAGS
+=
-Werror
obj-y
:=
init.o fault.o extable.o remap.o
obj-$(CONFIG_DISCONTIGMEM)
+=
numa.o
arch/alpha/oprofile/Makefile
View file @
7ae4323c
CFLAGS
+=
-Werror
-Wno-sign-compare
obj-$(CONFIG_OPROFILE)
+=
oprofile.o
DRIVER_OBJS
=
$(
addprefix
../../../drivers/oprofile/,
\
...
...
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