This package has been tested with the framebuffer.run and demo.run scripts on the Pandaboard ES Rev B.
8 lines
259 B
Makefile
8 lines
259 B
Makefile
content: drivers.config input_filter.config en_us.chargen special.chargen
|
|
|
|
drivers.config 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/$@ $@
|