mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 10:01:57 +00:00
parent
11d5f07862
commit
6a89bd15fd
@ -1,5 +1,5 @@
|
|||||||
INC_DIR += $(LIB_INC_DIR)/x86_32 $(LIB_INC_DIR)/x86
|
INC_DIR += $(LIB_INC_DIR)/x86_32 $(LIB_INC_DIR)/x86
|
||||||
|
|
||||||
include $(REP_DIR)/lib/mk/audio.inc
|
include $(REP_DIR)/lib/mk/dde_bsd_audio.inc
|
||||||
|
|
||||||
vpath %.S $(LIB_DIR)/x86_32
|
vpath %.S $(LIB_DIR)/x86_32
|
@ -1,5 +1,5 @@
|
|||||||
INC_DIR += $(LIB_INC_DIR)/x86_64 $(LIB_INC_DIR)/x86
|
INC_DIR += $(LIB_INC_DIR)/x86_64 $(LIB_INC_DIR)/x86
|
||||||
|
|
||||||
include $(REP_DIR)/lib/mk/audio.inc
|
include $(REP_DIR)/lib/mk/dde_bsd_audio.inc
|
||||||
|
|
||||||
vpath %.S $(LIB_DIR)/x86_64
|
vpath %.S $(LIB_DIR)/x86_64
|
@ -1,5 +1,5 @@
|
|||||||
TARGET = audio_out_drv
|
TARGET = audio_out_drv
|
||||||
REQUIRES = x86
|
REQUIRES = x86
|
||||||
SRC_CC = main.cc
|
SRC_CC = main.cc
|
||||||
LIBS = audio base config server
|
LIBS = dde_bsd_audio base config server
|
||||||
INC_DIR += $(REP_DIR)/include
|
INC_DIR += $(REP_DIR)/include
|
||||||
|
Loading…
x
Reference in New Issue
Block a user