This commit enables the outdir directory. Kbuild output files will be generated at the outdir directory inside the project directory. Change-Id: Icec04aca1753326c9d50dea20c71850c1d8c3dd0 Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@linux.intel.com>
8 lines
276 B
Makefile
8 lines
276 B
Makefile
EXTRA_CFLAGS += -I$(CURDIR)/misc/generated/nodes
|
|
EXTRA_CFLAGS += -I$(CURDIR)/../../latency_measure/src
|
|
|
|
obj-y := fifo_b.o mailbox_b.o master.o mempool_b.o \
|
|
nop_b.o pipe_r.o sema_r.o event_b.o \
|
|
fifo_r.o mailbox_r.o memmap_b.o mutex_b.o \
|
|
pipe_b.o receiver.o sema_b.o
|