Warning, /bsps/arm/imx/config/imx7.cfg is written in an unsupported language. File is not indexed.
0001 include $(RTEMS_ROOT)/make/custom/default.cfg
0002
0003 RTEMS_CPU = arm
0004
0005 CPU_CFLAGS = -march=armv7-a -mthumb -mfpu=neon -mfloat-abi=hard -mtune=cortex-a7
0006
0007 LDFLAGS = -Wl,--gc-sections
0008
0009 CFLAGS_OPTIMIZE_V ?= -O2 -g -ffunction-sections -fdata-sections
0010
0011 # define bsp-post-link
0012 # $(OBJCOPY) -O binary '$@' '$(basename $@).bin'
0013 # gzip -f -9 '$(basename $@).bin'
0014 # mkimage -A arm -O linux -T kernel -a 0x80200000 -e 0x80200000 -name '$(notdir $@)' -d '$(basename $@).bin.gz' '$(basename $@).img'
0015 # $(default-bsp-post-link)
0016 # endef