mirror of
https://github.com/armbian/linux.git
synced 2026-01-06 10:13:00 -08:00
8 lines
141 B
Makefile
8 lines
141 B
Makefile
#
|
|
# Makefile for the Linux LAPB layer.
|
|
#
|
|
|
|
obj-$(CONFIG_LAPB) += lapb.o
|
|
|
|
lapb-y := lapb_in.o lapb_out.o lapb_subr.o lapb_timer.o lapb_iface.o
|