diff options
author | Dave Airlie <airlied@redhat.com> | 2012-05-16 15:14:32 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-05-23 11:00:29 +0100 |
commit | 9aabc04d76fa976abb4a74f4e9676c7556e88df3 (patch) | |
tree | 563810d3cf0e0ca162911b5f29b6eb9d51e2c6c5 /src/Makefile.am | |
parent | c9ce6ae8a6fc7b1a91aef1e59640c39024d0426d (diff) |
intel: add compat header file for conversion fns
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 448a354e..fd139ee2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -43,6 +43,7 @@ NULL:=# intel_drv_la_SOURCES = \ intel_list.h \ intel_module.c \ + compat-api.h \ $(NULL) if UXA |