Access any ROM from the VFS. Takes a single optional argument, label (<any-rom label=..."/>). Fixes #43
4 lines
79 B
Makefile
4 lines
79 B
Makefile
SRC_CC = any-rom.cc
|
|
vpath %.cc $(REP_DIR)/src/lib/vfs/any-rom
|
|
SHARED_LIB = yes
|