diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2011-01-29 11:26:54 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2011-01-29 14:48:53 -0500 |
commit | 3dba4c236d1f25dfeb88b01c13b1e87e407a5b11 (patch) | |
tree | b9e521c8231323347df9315f5494a7474e63dbf7 /vgasrc/vgaentry.S | |
parent | 42d977125110305704ad5794ba4da163faeed382 (diff) | |
download | seabios-3dba4c236d1f25dfeb88b01c13b1e87e407a5b11.tar.gz |
Support non-local build directory - allow "make OUT=abc/" to work.
Don't require the build directory to be the "out/" directory of the
SeaBIOS source.
Diffstat (limited to 'vgasrc/vgaentry.S')
-rw-r--r-- | vgasrc/vgaentry.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vgasrc/vgaentry.S b/vgasrc/vgaentry.S index b99cf6f3..fbfa9f7b 100644 --- a/vgasrc/vgaentry.S +++ b/vgasrc/vgaentry.S @@ -10,7 +10,7 @@ ****************************************************************/ .code16gcc -.include "out/vgaccode.16.s" +#include "vgaccode.16.s" #include "entryfuncs.S" // ENTRY_* |