Skip to content

Commit e3f089a

Browse files
author
Xiangfu Liu
committedJan 27, 2012
compile-flickernoise: copy softusb-input firmware to rtems
1 parent 6b0b6f8 commit e3f089a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed
 

‎compile-flickernoise/Makefile

+7-2
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,11 @@ milkymist-git-update:
197197
done
198198

199199
#You will need Lemon and RE2C to compile libFPVM.
200+
softusb-input:
201+
make -C $(MILKYMIST_GIT_DIR)/milkymist/ sdk
202+
cp ${MILKYMIST_GIT_DIR}/milkymist/software/libhal/softusb-input.h \
203+
${MILKYMIST_GIT_DIR}/rtems/c/src/lib/libbsp/lm32/shared/milkymist_usbinput/softusb-input.h
204+
200205
libfpvm:
201206
make -C $(MILKYMIST_GIT_DIR)/milkymist/software/libfpvm/ install
202207

@@ -209,7 +214,7 @@ liboscparse:
209214
rtems-yaffs2:
210215
(cd $(MILKYMIST_GIT_DIR)/$@ && make -f Makefile.rtems all install)
211216

212-
rtems: $(BUILD_DIR)/bsp-milkymist/Makefile
217+
rtems: $(BUILD_DIR)/bsp-milkymist/Makefile softusb-input
213218
(cd $(BUILD_DIR)/bsp-milkymist && make all install)
214219
touch $@
215220

@@ -287,7 +292,7 @@ $(DL)/$(EXPAT).ok:
287292
project/expat/expat/$(EXPAT_VERSION)/expat-$(EXPAT_VERSION).tar.gz"
288293
touch $@
289294

290-
.PHONY: clean clean-rtems boot.crc.bin
295+
.PHONY: clean clean-rtems boot.crc.bin softusb-input
291296

292297
clean:
293298
rm -rf build_dir/*

0 commit comments

Comments
 (0)
Please sign in to comment.