Skip to content

Commit

Permalink
asm: Always compile assembly code
Browse files Browse the repository at this point in the history
As our assembly is just text and data that is not normally run during
tests, always compile the code. This makes build/linking failures more
apparent, even if the sections will usually be garbage collected.

Signed-off-by: Joe Richey <[email protected]>
  • Loading branch information
josephlr committed Apr 9, 2020
1 parent f4c3f32 commit 7bfc362
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ mod serial;
#[macro_use]
mod common;

#[cfg(not(test))]
mod asm;
mod block;
mod boot;
Expand Down

0 comments on commit 7bfc362

Please sign in to comment.