The online help ./scripts/sanitycheck --help describes usage. Most users will simply want to run with no arguments. Change-Id: Icedbbfc22599a64a6e3dbbb808ff3276db06f2e0 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
8 lines
296 B
Makefile
8 lines
296 B
Makefile
ccflags-y += -I$(CURDIR)/misc/generated/sysgen
|
|
ccflags-y += -I$(srctree)/samples/microkernel/benchmark/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
|