Date:2010-04-28 11:03:43 (13 years 7 months ago)
Author:Xiangfu Liu
Commit:4c7e4f9bd5b2a0606051ffe110ed010ad5bc9122
Message:add CONF_FIRMWARE to Makefile.am

Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
Files: README (0 diffs)
xbboot/host-app/Makefile.am (2 diffs)

Change Details

README
xbboot/host-app/Makefile.am
1AM_CFLAGS = -pedantic -Wall -W -O1 -g3 -std=gnu99 -lusb
1AM_CFLAGS = -pedantic -Wall -W -O1 -g3 -std=gnu99 -lusb -DDATADIR=\"$(pkgdatadir)\"
22
33xbboot_version.h:
44    echo -e '#ifndef XBBOOT_VERSION' \
...... 
1010xbboot_SOURCES = host_main.c
1111
1212prefix = /usr
13datadir = /usr/share/xburst-tools
14data_DATA = ../target-stage1/stage1.bin
13pkgdatadir = $(datadir)/xburst-tools
1514
16EXTRA_DIST = $(datadir)
15if COND_FIRMWARE
16pkgdata_DATA = ../target-stage1/stage1.bin
17endif
1718
18../target-stage1/stage.bin:
19    $(MAKE) -C ../target-stage1
19EXTRA_DIST = $(pkgdatadir)
20
21../target-stage1/stage1.bin:
22    $(MAKE) CROSS_COMPILE=mipsel-openwrt-linux- -C ../target-stage1

Archive Download the corresponding diff file



interactive