mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-06 12:44:14 +08:00
11 lines
159 B
Makefile
11 lines
159 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
|
||
|
obj-$(CONFIG_CAN_J1939) += can-j1939.o
|
||
|
|
||
|
can-j1939-objs := \
|
||
|
address-claim.o \
|
||
|
bus.o \
|
||
|
main.o \
|
||
|
socket.o \
|
||
|
transport.o
|