Skip to content

Commit

Permalink
generalised build a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
gameboo committed Mar 31, 2022
1 parent 4196d92 commit f677f09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
devicetree.wrapped.elf
*.wrapped.elf
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
LD = ld.lld
LDSCRIPT = script.ld

all: devicetree.wrapped.elf
all: devicetree.wrapped.elf devicetree.no-uart.wrapped.elf

%.dtb: %.dts
dtc $< -O dtb > $@
Expand Down

0 comments on commit f677f09

Please sign in to comment.