diff options
author | Ryan <fauxpark@gmail.com> | 2022-10-21 00:41:45 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-20 14:41:45 +0100 |
commit | af678521c1d786fe5578f82c2f671f5553b08dfe (patch) | |
tree | bff4e343a67e15381b12c87ad98ac36db05cb2b0 /quantum/config_common.h | |
parent | 0b41c13509b5547028f141d869e10199566a1228 (diff) |
Remove quantum/audio from global VPATH (#18753)
Diffstat (limited to 'quantum/config_common.h')
-rw-r--r-- | quantum/config_common.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/quantum/config_common.h b/quantum/config_common.h index d93477b27e..6ab8a2aa7d 100644 --- a/quantum/config_common.h +++ b/quantum/config_common.h @@ -24,4 +24,6 @@ #define COL2ROW 0 #define ROW2COL 1 -#include "song_list.h" +#ifdef AUDIO_ENABLE +# include "song_list.h" +#endif |