Remove quantum/audio from global VPATH (#18753)
This commit is contained in:
parent
0b41c13509
commit
af678521c1
6 changed files with 12 additions and 5 deletions
|
@ -23,10 +23,13 @@
|
|||
#include "host.h"
|
||||
#include "keycode.h"
|
||||
#include "wait.h"
|
||||
#include "audio.h"
|
||||
#include "send_string.h"
|
||||
#include "utf8.h"
|
||||
|
||||
#if defined(AUDIO_ENABLE)
|
||||
# include "audio.h"
|
||||
#endif
|
||||
|
||||
#if defined(UNICODE_ENABLE) + defined(UNICODEMAP_ENABLE) + defined(UCIS_ENABLE) > 1
|
||||
# error "Cannot enable more than one Unicode method (UNICODE, UNICODEMAP, UCIS) at the same time"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue