mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2024-11-23 04:19:41 +02:00
d83ef548d3
Signed-off-by: Andy Green <andy@openmoko.com>
7 lines
67 B
Bash
Executable File
7 lines
67 B
Bash
Executable File
#!/bin/sh
|
|
|
|
make clean && \
|
|
make CPU=s3c6410 && \
|
|
make CPU=s3c2442
|
|
|