summaryrefslogblamecommitdiffstats
path: root/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx_ea.cfg
blob: 813fcb8cb6263e8aeb73019c6a2a9e2c04fd0964 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12


                                                                   
 
                                             






                                                                                                                                              
#
#  Config file for LPC24XX (QVGA Base Board from Embedded Artists).
#

include $(RTEMS_ROOT)/make/custom/lpc24xx.inc

# define bsp-post-link
# 	$(OBJCOPY) -O binary '$@' '$(basename $@).bin'
# 	gzip -f -9 '$(basename $@).bin'
# 	mkimage -A arm -O rtems -T kernel -C gzip -a a0000000 -e a0000040 -name '$(notdir $@)' -d '$(basename $@).bin.gz' '$(basename $@).img'
# 	$(default-bsp-post-link)
# endef