This application can be used to list the PCI devices through the console. Change-Id: I3409ab9025b1f18a42b4cdd594fb095ebeac96f3 Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
7 lines
179 B
Makefile
7 lines
179 B
Makefile
PLATFORM_CONFIG ?= galileo
|
|
KERNEL_TYPE = nano
|
|
CONF_FILE = prj_$(ARCH).conf
|
|
SOURCE_DIR = $(ZEPHYR_BASE)/samples/microkernel/apps/pci_enum/src/
|
|
|
|
include ${ZEPHYR_BASE}/Makefile.inc
|