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
Kirill Smelkov
linux
Commits
236b9fa3
Commit
236b9fa3
authored
Jun 15, 2002
by
Kai Germaschewski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kbuild: clean up net/802/Makefile
parent
78a89b4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
44 deletions
+13
-44
net/802/Makefile
net/802/Makefile
+13
-44
No files found.
net/802/Makefile
View file @
236b9fa3
...
@@ -2,50 +2,19 @@
...
@@ -2,50 +2,19 @@
# Makefile for the Linux 802.x protocol layers.
# Makefile for the Linux 802.x protocol layers.
#
#
export-objs
=
llc_macinit.o p8022.o psnap.o
export-objs
:=
llc_macinit.o p8022.o psnap.o
obj-y
=
p8023.o
obj-y
:=
p8023.o
obj-$(CONFIG_SYSCTL)
+=
sysctl_net_802.o
obj-$(CONFIG_SYSCTL)
+=
sysctl_net_802.o
obj-$(CONFIG_LLC)
+=
llc_sendpdu.o llc_utility.o cl2llc.o llc_macinit.o
obj-$(CONFIG_LLC)
+=
p8022.o psnap.o llc_sendpdu.o llc_utility.o
\
ifeq
($(CONFIG_SYSCTL),y)
cl2llc.o llc_macinit.o
obj-y
+=
sysctl_net_802.o
obj-$(CONFIG_TR)
+=
p8022.o psnap.o tr.o
endif
obj-$(CONFIG_NET_FC)
+=
fc.o
obj-$(CONFIG_FDDI)
+=
fddi.o
ifeq
($(CONFIG_LLC),y)
obj-$(CONFIG_HIPPI)
+=
hippi.o
subdir-y
+=
transit
obj-$(CONFIG_IPX)
+=
p8022.o psnap.o
obj-y
+=
llc_sendpdu.o llc_utility.o cl2llc.o llc_macinit.o
obj-$(CONFIG_ATALK)
+=
p8022.o psnap.o
SNAP
=
y
endif
ifdef
CONFIG_TR
obj-y
+=
tr.o
SNAP
=
y
endif
ifdef
CONFIG_NET_FC
obj-y
+=
fc.o
endif
ifdef
CONFIG_FDDI
obj-y
+=
fddi.o
endif
ifdef
CONFIG_HIPPI
obj-y
+=
hippi.o
endif
ifdef
CONFIG_IPX
SNAP
=
y
endif
ifdef
CONFIG_ATALK
SNAP
=
y
endif
ifeq
($(SNAP),y)
obj-y
+=
p8022.o psnap.o
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