Andrew Geissler | 84ad7c5 | 2020-06-27 00:00:16 -0500 | [diff] [blame] | 1 | MACHINE = "microblaze-pmu" |
2 | DISTRO = "xilinx-standalone" | ||||
3 | TMPDIR = "${TOPDIR}/tmp-${MACHINE}-${TCLIBC}" | ||||
4 | |||||
5 | # These should be temporary until the dtg repo has the correct design | ||||
6 | HDF_BASE ?= "file://" | ||||
7 | HDF_PATH ?= "${TOPDIR}/system.dsa" | ||||
8 | HDF_EXT ?= "dsa" |