aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2011-01-29 11:26:54 -0500
committerKevin O'Connor <kevin@koconnor.net>2011-01-29 14:48:53 -0500
commit3dba4c236d1f25dfeb88b01c13b1e87e407a5b11 (patch)
treeb9e521c8231323347df9315f5494a7474e63dbf7 /src/config.h
parent42d977125110305704ad5794ba4da163faeed382 (diff)
downloadseabios-hppa-3dba4c236d1f25dfeb88b01c13b1e87e407a5b11.zip
seabios-hppa-3dba4c236d1f25dfeb88b01c13b1e87e407a5b11.tar.gz
seabios-hppa-3dba4c236d1f25dfeb88b01c13b1e87e407a5b11.tar.bz2
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 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index 6356941..467ea89 100644
--- a/src/config.h
+++ b/src/config.h
@@ -1,7 +1,7 @@
#ifndef __CONFIG_H
#define __CONFIG_H
-#include "../out/autoconf.h"
+#include "autoconf.h"
// Configuration definitions.