diff options
author | Eric Anholt <[email protected]> | 2018-01-09 15:13:27 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2018-01-12 21:55:38 -0800 |
commit | 409696b76eec160e2f70c30bdca50a1a236d0149 (patch) | |
tree | b5945ed0d607e07918f11298c46e918387bec478 /src/broadcom/Makefile.sources | |
parent | 90269ba353333be13e54549ecff3adb8803661db (diff) |
broadcom/vc5: Move the body of CLIF dumping to a per-version file.
I want the library's entrypoints to still be unversioned, but the actual
packet dumping needs to be per-version.
Diffstat (limited to 'src/broadcom/Makefile.sources')
-rw-r--r-- | src/broadcom/Makefile.sources | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/broadcom/Makefile.sources b/src/broadcom/Makefile.sources index d8803b8d877..2a6351b9a11 100644 --- a/src/broadcom/Makefile.sources +++ b/src/broadcom/Makefile.sources @@ -39,6 +39,10 @@ BROADCOM_FILES = \ qpu/qpu_pack.c \ $() +BROADCOM_PER_VERSION_SOURCES = \ + clif/v3dx_dump.c \ + $() + BROADCOM_DECODER_FILES = \ cle/v3d_decoder.c \ cle/v3d_decoder.h \ |