diff options
author | Egbert Eich <eich@suse.de> | 2014-04-22 17:08:56 +0200 |
---|---|---|
committer | Egbert Eich <eich@freedesktop.org> | 2014-04-30 17:27:34 +0200 |
commit | 364364910d1cc9be67120b8d28ab79abd82dbf04 (patch) | |
tree | 44a6ad92ef93722ab1cd51b8c35e77711ba23bb2 /src/Makefile.am | |
parent | 5bdd2cac0b8db58ab442375f5c9e9b4349f39c02 (diff) |
Move firmware for DP501 to a separate file
This makes ast_vgatools.c much more readable.
Signed-off-by: Egbert Eich <eich@suse.de>
Acked-by: Y.C. Chen <yc_chen@aspeedtech.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 dd6ca3d..aa357b8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -43,4 +43,5 @@ ast_drv_la_SOURCES = \ ast_tool.c \ ast_vgatool.c \ ast_vgatool.h \ + ast_dp501fw.h \ compat-api.h |