Skip to content

Commit

Permalink
osresearch: heads-linuxboot: Fix typo.
Browse files Browse the repository at this point in the history
* osresearch/packages/heads.scm (heads-linuxboot)[arguments]<#:make-flags>: Fix typo.
  • Loading branch information
Danny Milosavljevic committed Dec 2, 2020
1 parent 4ac9547 commit 792e153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osresearch/packages/heads.scm
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ include_directories(hidapi/hidapi)"))
"BUILD_CC=gcc"
(string-append "KERNEL=" (assoc-ref %build-inputs "heads-linux") "/bzImage")
(string-append "INITRD=initrd.cpio.xz")
(string-append "BOARD=" board))
(string-append "BOARD=" ,board))
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'unpack-edk2
Expand Down

0 comments on commit 792e153

Please sign in to comment.