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
6ce09c43
Commit
6ce09c43
authored
Jun 18, 2002
by
Kai Germaschewski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kbuild: Fix net/llc/Makefile
This wasn't quite merged up to the current kbuild.
parent
ef6f0bcd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
16 deletions
+4
-16
net/llc/Makefile
net/llc/Makefile
+4
-16
No files found.
net/llc/Makefile
View file @
6ce09c43
###########################################################################
###########################################################################
# Makefile for the Linux 802.2 LLC (fully-functional) layer.
# Makefile for the Linux 802.2 LLC (fully-functional) layer.
#
#
# Note 1! 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 definition is now in the main makefile...
#
# Copyright (c) 1997 by Procom Technology,Inc.
# Copyright (c) 1997 by Procom Technology,Inc.
# 2001 by Arnaldo Carvalho de Melo <acme@conectiva.com.br>
# 2001 by Arnaldo Carvalho de Melo <acme@conectiva.com.br>
#
#
...
@@ -18,21 +12,15 @@
...
@@ -18,21 +12,15 @@
# See the GNU General Public License for more details.
# See the GNU General Public License for more details.
###########################################################################
###########################################################################
O_TARGET
:
=
llc.o
obj-$(CONFIG_LLC)
+
=
llc.o
obj
-y
:=
llc_if.o llc_c_ev.o llc_c_ac.o llc_mac.o llc_sap.o llc_s_st.o
\
llc
-y
:=
llc_if.o llc_c_ev.o llc_c_ac.o llc_mac.o llc_sap.o llc_s_st.o
\
llc_main.o llc_s_ac.o llc_conn.o llc_c_st.o llc_stat.o llc_actn.o
\
llc_main.o llc_s_ac.o llc_conn.o llc_c_st.o llc_stat.o llc_actn.o
\
llc_s_ev.o llc_evnt.o llc_pdu.o
llc_s_ev.o llc_evnt.o llc_pdu.o
llc-$(CONFIG_LLC_UI)
+=
llc_sock.o
ifeq
($(CONFIG_LLC_UI),y)
llc-objs
:=
$
(
llc-y
)
obj-y
+=
llc_sock.o
endif
# Objects that export symbols.
# Objects that export symbols.
export-objs
:=
llc_if.o
export-objs
:=
llc_if.o
ifeq
($(CONFIG_LLC),m)
obj-m
+=
$(O_TARGET)
endif
include
$(TOPDIR)/Rules.make
include
$(TOPDIR)/Rules.make
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