zephyr/samples/microkernel/apps/pci_enum/Makefile
Tomasz Bursztyka c55e8861ab samples: Add an application to print out PCI enumeration
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>
2016-02-05 20:24:22 -05:00

7 lines
134 B
Makefile

PLATFORM_CONFIG ?= galileo
KERNEL_TYPE = micro
MDEF_FILE = prj.mdef
CONF_FILE = prj_$(ARCH).conf
include ${ZEPHYR_BASE}/Makefile.inc