diff options
Diffstat (limited to 'quantum/quantum.mk')
| -rw-r--r-- | quantum/quantum.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/quantum/quantum.mk b/quantum/quantum.mk index 1fe7390eb..83c4f1d1d 100644 --- a/quantum/quantum.mk +++ b/quantum/quantum.mk | |||
| @@ -28,7 +28,7 @@ ifeq ($(strip $(MIDI_ENABLE)), yes) | |||
| 28 | endif | 28 | endif |
| 29 | 29 | ||
| 30 | ifeq ($(strip $(AUDIO_ENABLE)), yes) | 30 | ifeq ($(strip $(AUDIO_ENABLE)), yes) |
| 31 | SRC += $(QUANTUM_DIR)/audio.c | 31 | SRC += $(QUANTUM_DIR)/audio/audio.c $(QUANTUM_DIR)/audio/voices.c |
| 32 | endif | 32 | endif |
| 33 | 33 | ||
| 34 | ifeq ($(strip $(UNICODE_ENABLE)), yes) | 34 | ifeq ($(strip $(UNICODE_ENABLE)), yes) |
| @@ -47,6 +47,7 @@ endif | |||
| 47 | # Search Path | 47 | # Search Path |
| 48 | VPATH += $(TOP_DIR)/$(QUANTUM_DIR) | 48 | VPATH += $(TOP_DIR)/$(QUANTUM_DIR) |
| 49 | VPATH += $(TOP_DIR)/$(QUANTUM_DIR)/keymap_extras | 49 | VPATH += $(TOP_DIR)/$(QUANTUM_DIR)/keymap_extras |
| 50 | VPATH += $(TOP_DIR)/$(QUANTUM_DIR)/audio | ||
| 50 | 51 | ||
| 51 | include $(TMK_DIR)/protocol/lufa.mk | 52 | include $(TMK_DIR)/protocol/lufa.mk |
| 52 | 53 | ||
