c05564c4d8
Android 13
8 lines
141 B
Makefile
Executable file
8 lines
141 B
Makefile
Executable file
#
|
|
# 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
|