Files
lk/target/zybo-microblaze/rules.mk
Travis Geiselbrecht 518a04eef3 [arch][microblaze] a bit of bugfixing and refactoring to get running on real hardware
Punched out a version of the microblaze on a ZYBO dev board, which required
a few tweaks an additions to run on real hardware.
Refactored the qemu and zybo microblaze target.
2015-04-19 01:34:18 -07:00

15 lines
219 B
Makefile

LOCAL_DIR := $(GET_LOCAL_DIR)
GLOBAL_INCLUDES += \
$(LOCAL_DIR)/include
PLATFORM := microblaze
MEMBASE ?= 0x10000000
MEMSIZE ?= 0x01000000
VECTOR_BASE_PHYS := 0x10000000
LITTLE_ENDIAN := 1
#include make/module.mk