Skip to content
Snippets Groups Projects
Commit d82648b2 authored by Nayib Boukadida's avatar Nayib Boukadida
Browse files

Added compiler lines to Makefile (Last commit builds but gives architecture error)

parent 13565169
No related branches found
No related tags found
2 merge requests!2Flx 1886 flxnet driver wupper no error,!1Removed vmk180_serial_demo ip core, and use versal_network_device ip instead,...
......@@ -27,7 +27,10 @@
# flxnet_pcie-y := flx_net_pcie.o
#
#endif
export ARCH:=arm64
export CROSS_COMPILE:=aarch64-linux-gnu-
CC=$(CROSS_COMPILE)gcc
# If we are running by kernel building system
ifneq ($(KERNELRELEASE),)
#$(TARGET_MODULE)-objs := main.o device_file.o
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment