diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-07-17 20:58:33 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-07-17 21:02:02 +0100 |
commit | 6c8b15d321044d4a81cb187cc5e1ac094eb82367 (patch) | |
tree | 111530b131ae9ec6fa87d96a1a0deb241bf6b583 /src/sna/Makefile.am | |
parent | 08cacc265da8c1213d8bf1107168e37d38a3641d (diff) |
sna: Wrap cpuid.h
More our ifdef out of line from the main code into a header file, where
we can also apply a little bit of synatic sugar.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/sna/Makefile.am')
-rw-r--r-- | src/sna/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sna/Makefile.am b/src/sna/Makefile.am index 56ad9365..aebbfc21 100644 --- a/src/sna/Makefile.am +++ b/src/sna/Makefile.am @@ -49,6 +49,7 @@ libsna_la_SOURCES = \ sna_blt.c \ sna_composite.c \ sna_cpu.c \ + sna_cpuid.h \ sna_damage.c \ sna_damage.h \ sna_display.c \ |