Tested via the framebuffer.run and demo.run scripts on the Arndale ISB-BASE-Ver2.0 board.
11 lines
322 B
Makefile
11 lines
322 B
Makefile
content: drivers.config input_filter.config en_us.chargen special.chargen
|
|
|
|
drivers.config:
|
|
cp $(REP_DIR)/recipes/raw/drivers_interactive-arndale/$@ $@
|
|
|
|
input_filter.config:
|
|
cp $(REP_DIR)/recipes/raw/drivers_interactive-panda/$@ $@
|
|
|
|
en_us.chargen special.chargen:
|
|
cp $(GENODE_DIR)/repos/os/src/server/input_filter/$@ $@
|