Commit 97ed8eab authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

staging: add missing SPDX lines to Makefile files



There are a few remaining drivers/staging/*/Makefile files that do not
have SPDX identifiers in them.  Add the correct GPL-2.0 identifier to
them to make scanning tools happy.

Reviewed-by: default avatarMukesh Ojha <mojha@codeaurora.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 99b75a4e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0
ccflags-y += -I$(src)			# needed for trace events

obj-y					+= ion/
+1 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0
obj-$(CONFIG_XIL_AXIS_FIFO) += axis-fifo.o
+1 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0
obj-y	:= board.o
obj-$(CONFIG_ARCH_EMEV2)	+= kzm9d.o
obj-$(CONFIG_ARCH_R8A7740)	+= armadillo800eva.o
+1 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0
obj-$(CONFIG_COMMON_CLK_XLNX_CLKWZRD)	+= clk-xlnx-clock-wizard.o
+1 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0
# this make file is simply to help autogenerate these files:
# 	ni_route_values.h
#	ni_device_routes.h
Loading