aboutsummaryrefslogtreecommitdiff
path: root/cem/linux/build
blob: 8c4429e47cc4a1b22d18e4d666acd35ecdb0a2d6 (plain)
1
2
3
4
5
6
#!/bin/sh -e

make -j "$(nproc)"
install -Dm644 System.map "$1/boot/System.map"
install -Dm644 .config "$1/boot/Config"
install -Dm644 arch/x86/boot/bzImage "$1/boot/vmlinuz-linux-z"