Root/Makefile.firmware

Source at commit fc85c030a97151a9f78e72ababb9bbc3ec7081e8 created 1 year 3 months ago.
By Xiangfu Liu, add a Makefile.firmware for only compile firmware
1
2all:
3    make -C usbboot/xburst_stage1
4    make -C usbboot/xburst_stage2
5    make -C xbboot/target-stage1
6
7clean:
8    make -C usbboot/xburst_stage1 clean
9    make -C usbboot/xburst_stage2 clean
10    make -C xbboot/target-stage1 clean
11
12install: all
13    install -d ${datadir}/xburst-tools/
14    install -m 644 usbboot/xburst_stage1/xburst_stage1.bin ${datadir}/xburst-tools
15    install -m 644 usbboot/xburst_stage1/xburst_stage2.bin ${datadir}/xburst-tools
16    install -m 644 xbboot/target-stage1/stage1.bin ${datadir}/xburst-tools
17

Archive Download this file



interactive