File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -197,6 +197,11 @@ milkymist-git-update:
197
197
done
198
198
199
199
# 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
+
200
205
libfpvm :
201
206
make -C $(MILKYMIST_GIT_DIR ) /milkymist/software/libfpvm/ install
202
207
@@ -209,7 +214,7 @@ liboscparse:
209
214
rtems-yaffs2 :
210
215
(cd $( MILKYMIST_GIT_DIR) /$@ && make -f Makefile.rtems all install)
211
216
212
- rtems : $(BUILD_DIR ) /bsp-milkymist/Makefile
217
+ rtems : $(BUILD_DIR ) /bsp-milkymist/Makefile softusb-input
213
218
(cd $( BUILD_DIR) /bsp-milkymist && make all install)
214
219
touch $@
215
220
@@ -287,7 +292,7 @@ $(DL)/$(EXPAT).ok:
287
292
project/expat/expat/$(EXPAT_VERSION)/expat-$(EXPAT_VERSION).tar.gz"
288
293
touch $@
289
294
290
- .PHONY : clean clean-rtems boot.crc.bin
295
+ .PHONY : clean clean-rtems boot.crc.bin softusb-input
291
296
292
297
clean :
293
298
rm -rf build_dir/*
You can’t perform that action at this time.
0 commit comments