diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-11-15 18:02:34 -0500 |
---|---|---|
committer | Martin-Éric Racine <martin-eric.racine@iki.fi> | 2011-11-21 10:33:09 +0200 |
commit | e4b771572d7b0797a794340ab8fb8b1db91a5eb1 (patch) | |
tree | 1b451acc947104594c184adb6161bf2af40a35bd /configure.ac | |
parent | 2b3767b9e424ce371c342c9c9a2f2ae1f61df1fd (diff) |
Move ztv driver to it's own directory
The convention is to have the video driver (geode) in the src subdir
and any other targets (utils, apps, other drivers) in their own
directory. It makes it much simpler to right a correct makefile
and to set conditional compile.
This highlighted a few things to fix. For now, the directory includes
have not been copied as they are required. The AM_CCASFLAGS is not required
either as there is no assembler.
Other than that, the gcc command issued has no differences. Other unrequired
defines could be removed later.
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 483caff..b93aa35 100644 --- a/configure.ac +++ b/configure.ac @@ -135,4 +135,5 @@ AC_SUBST([DRIVER_NAME]) AC_OUTPUT([ Makefile src/Makefile + ztv/Makefile ]) |