mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-aarch64: remove echo lines added by mistake
This commit is contained in:
parent
fe1d3ff0ee
commit
564ca463f0
1 changed files with 0 additions and 2 deletions
|
@ -60,10 +60,8 @@ build() {
|
||||||
|
|
||||||
# build!
|
# build!
|
||||||
unset LDFLAGS
|
unset LDFLAGS
|
||||||
echo "bookmark1 image"
|
|
||||||
make ${MAKEFLAGS} Image Image.gz modules
|
make ${MAKEFLAGS} Image Image.gz modules
|
||||||
# Generate device tree blobs with symbols to support applying device tree overlays in U-Boot
|
# Generate device tree blobs with symbols to support applying device tree overlays in U-Boot
|
||||||
echo "bookmark2 dtbs"
|
|
||||||
make ${MAKEFLAGS} DTC_FLAGS="-@" dtbs
|
make ${MAKEFLAGS} DTC_FLAGS="-@" dtbs
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue