mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2025-03-05 22:58:20 +02:00
7 lines
67 B
Bash
Executable File
7 lines
67 B
Bash
Executable File
#!/bin/sh
|
|
|
|
make clean && \
|
|
make CPU=s3c6410 && \
|
|
make CPU=s3c2442
|
|
|