Commit e6642ef0 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

staging: atomisp: fix build breakage from files going away

Previous patches deleted files, but the Makefile still referenced their
.o files.  Fix this up by removing them in the Makefile.
Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Cc: Alan Cox <alan@linux.intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 4f22b895
......@@ -38,7 +38,6 @@ atomisp-objs += \
css2400/sh_css_params.o \
css2400/sh_css.o \
css2400/isp/kernels/hdr/ia_css_hdr.host.o \
css2400/isp/kernels/uds/uds_1.0/ia_css_uds.host.o \
css2400/isp/kernels/ynr/ynr_2/ia_css_ynr2.host.o \
css2400/isp/kernels/ynr/ynr_1.0/ia_css_ynr.host.o \
css2400/isp/kernels/conversion/conversion_1.0/ia_css_conversion.host.o \
......@@ -65,7 +64,6 @@ atomisp-objs += \
css2400/isp/kernels/ctc/ctc_1.0/ia_css_ctc_table.host.o \
css2400/isp/kernels/ctc/ctc2/ia_css_ctc2.host.o \
css2400/isp/kernels/ctc/ctc1_5/ia_css_ctc1_5.host.o \
css2400/isp/kernels/fixedbds/fixedbds_1.0/ia_css_fixedbds.host.o \
css2400/isp/kernels/bh/bh_2/ia_css_bh.host.o \
css2400/isp/kernels/bnlm/ia_css_bnlm_default.host.o \
css2400/isp/kernels/bnlm/ia_css_bnlm.host.o \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment