########################################################################### # Makefile for the Linux 802.2 LLC (fully-functional) layer. # # Copyright (c) 1997 by Procom Technology,Inc. # 2001 by Arnaldo Carvalho de Melo # # This program can be redistributed or modified under the terms of the # GNU General Public License as published by the Free Software Foundation. # This program is distributed without any warranty or implied warranty # of merchantability or fitness for a particular purpose. # # See the GNU General Public License for more details. ########################################################################### obj-$(CONFIG_LLC) += llc.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_s_ev.o llc_evnt.o llc_pdu.o llc-$(CONFIG_LLC_UI) += llc_sock.o llc-objs := $(llc-y) # Objects that export symbols. export-objs := llc_if.o include $(TOPDIR)/Rules.make