diff options
| author | Qualcomm Innovation Center <initial-contribution@quicinc.com> | 2009-05-02 16:11:10 -0700 |
|---|---|---|
| committer | Qualcomm Innovation Center <initial-contribution@quicinc.com> | 2009-05-02 16:11:10 -0700 |
| commit | e290e01dc9316700230a87013d3b4c29292b678f (patch) | |
| tree | f732d05b9400e284ed419785b6fcdb9dacad71e5 /libc/kernel/tools/defaults.py | |
| parent | 6ed739e1d3b5088bf1cd56f09ba3afba792b969d (diff) | |
| download | bionic-e290e01dc9316700230a87013d3b4c29292b678f.zip bionic-e290e01dc9316700230a87013d3b4c29292b678f.tar.gz bionic-e290e01dc9316700230a87013d3b4c29292b678f.tar.bz2 | |
Initial Contribution
Diffstat (limited to 'libc/kernel/tools/defaults.py')
| -rwxr-xr-x[-rw-r--r--] | libc/kernel/tools/defaults.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/kernel/tools/defaults.py b/libc/kernel/tools/defaults.py index aad0092..4ae7cbc 100644..100755 --- a/libc/kernel/tools/defaults.py +++ b/libc/kernel/tools/defaults.py @@ -16,7 +16,7 @@ kernel_dirs = [ "linux", "asm", "asm-generic", "mtd" ] # path to the directory containing the original kernel headers # -kernel_original_path = os.path.normpath( find_program_dir() + '/../original' ) +kernel_original_path = os.path.normpath( find_program_dir() + '../original' ) # a special value that is used to indicate that a given macro is known to be # undefined during optimization |
