cmake: Output aom_config in config sub dir.
Does away with somewhat confusing usage of "./aom_config.h" in
include statements while keeping linters silent.
aom_config.asm, aom_config.c, and aom_config.h are now written to
the config sub dir.
Change-Id: I99e2422d6ca8b20b9cdf2feee83a866c273e47b0
diff --git a/av1/encoder/hybrid_fwd_txfm.c b/av1/encoder/hybrid_fwd_txfm.c
index b2185d3..92fad59 100644
--- a/av1/encoder/hybrid_fwd_txfm.c
+++ b/av1/encoder/hybrid_fwd_txfm.c
@@ -10,7 +10,7 @@
*/
#include "./av1_rtcd.h"
-#include "./aom_config.h"
+#include "config/aom_config.h"
#include "./aom_dsp_rtcd.h"
#include "av1/common/idct.h"