Preliminary sound
This commit is contained in:
4
Makefile
4
Makefile
@@ -2,7 +2,7 @@
|
||||
|
||||
API := x11
|
||||
|
||||
CFLAGS := -MD -Wall -g -lm -pthread -I ./inc/
|
||||
CFLAGS := -MD -Wall -g -lm -lpthread -ldl -I ./inc/
|
||||
|
||||
ifeq ($(API), arm)
|
||||
CC := arm-cortexa9_neon-linux-gnueabihf-gcc
|
||||
@@ -12,7 +12,7 @@ else
|
||||
CFLAGS := $(CFLAGS) -lX11
|
||||
endif
|
||||
|
||||
TARGETS := pm3-lvgl cvend
|
||||
TARGETS := pm3-lvgl cvend audio_test
|
||||
EXES := $(patsubst %,bin/%,$(TARGETS))
|
||||
SRCS := $(shell find src inc -type f -iname '*.c')
|
||||
OBJS := $(patsubst src/%.c,obj/%.o,$(patsubst inc/%.c,obj/lib/%.o,$(SRCS)))
|
||||
|
||||
Reference in New Issue
Block a user