Skip to content

Commit

Permalink
Update make.
Browse files Browse the repository at this point in the history
  • Loading branch information
HiFiPhile committed Dec 1, 2023
1 parent 46e7c5b commit 293ee05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/device/uac2_speaker_fb/Makefile
@@ -1,4 +1,4 @@
include ../../make.mk
include ../../build_system/make/make.mk

INC += \
src \
Expand All @@ -8,4 +8,4 @@ INC += \
EXAMPLE_SOURCE += $(wildcard src/*.c)
SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE))

include ../../rules.mk
include ../../build_system/make/rules.mk

0 comments on commit 293ee05

Please sign in to comment.