[platform][zynq] add quick 'n dirty support for Xilinx Zynq FPGA SoC
-tested against qemu model only at this point -uart is polled
This commit is contained in:
15
target/zynq-qemu/rules.mk
Normal file
15
target/zynq-qemu/rules.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
LOCAL_DIR := $(GET_LOCAL_DIR)
|
||||
|
||||
#MODULE := $(LOCAL_DIR)
|
||||
|
||||
GLOBAL_INCLUDES += \
|
||||
$(LOCAL_DIR)/include
|
||||
|
||||
PLATFORM := zynq
|
||||
|
||||
MODULES += \
|
||||
|
||||
GLOBAL_DEFINES += \
|
||||
|
||||
#include make/module.mk
|
||||
|
||||
Reference in New Issue
Block a user