kbuild: introduce ccflags-remove-y and asflags-remove-y
[linux-2.6-microblaze.git] / lib / reed_solomon / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # This is a modified version of reed solomon lib,
4 #
5
6 ccflags-remove-$(CONFIG_FUNCTION_TRACER) += $(CC_FLAGS_FTRACE)
7
8 obj-$(CONFIG_REED_SOLOMON) += reed_solomon.o
9 obj-$(CONFIG_REED_SOLOMON_TEST) += test_rslib.o