summaryrefslogtreecommitdiff
path: root/lib/Makefile.sources
diff options
context:
space:
mode:
authorKatarzyna Dec <katarzyna.dec@intel.com>2018-05-15 11:09:40 +0200
committerMichaƂ Winiarski <michal.winiarski@intel.com>2018-05-21 13:02:32 +0200
commit219cc4f2b06345b124d6b69f22be3184e8c75ba3 (patch)
treef0f53cccfbda12dbeb3f7677a420b32beebf27cf /lib/Makefile.sources
parent9367223d264bfba5b3aafc01d9b2b554d7d22f62 (diff)
lib/media_fill: Create common media_fill library for all gens
Let's create common media_fill library, similarly as for gpgpu_fill. This will allow to make code easier to read and maintain. Moreover we can create generic __gen9_media_fillfunc for future gens. >From gen9 media fillfunctions differ only with kernel parameter. v2: fixed indentations in files v3: Added missing copyright headers. Made __gen9_media_fillfunc static. Removed gen9 kernel (the same as for gen8). v4: rebase Signed-off-by: Katarzyna Dec <katarzyna.dec@intel.com> Cc: Lukasz Kalamarz <lukasz.kalamarz@intel.com> Cc: Antonio Argenziano <antonio.argenziano@intel.com> Cc: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com> Cc: Ewelina Musial <ewelina.musial@intel.com> Reviewed-by: Lukasz Kalamarz <lukasz.kalamarz@intel.com>
Diffstat (limited to 'lib/Makefile.sources')
-rw-r--r--lib/Makefile.sources4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/Makefile.sources b/lib/Makefile.sources
index c0c33206..aa064e83 100644
--- a/lib/Makefile.sources
+++ b/lib/Makefile.sources
@@ -55,10 +55,8 @@ lib_source_list = \
intel_reg.h \
ioctl_wrappers.c \
ioctl_wrappers.h \
+ media_fill.c \
media_fill.h \
- media_fill_gen7.c \
- media_fill_gen8.c \
- media_fill_gen9.c \
media_spin.h \
media_spin.c \
gpgpu_fill.h \