diff options
| author | Damien George <damien.p.george@gmail.com> | 2015-01-01 21:15:38 +0000 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2015-01-01 21:15:38 +0000 |
| commit | 4ef4ffe1c563c1f1c91d49667cc31f3603f756d1 (patch) | |
| tree | c2de8b85557498acd3edec6fc3131bef76b7c03f /qemu-arm/Makefile | |
| parent | c2e22d66da3d0e18eace43e2705ee47e99431ae2 (diff) | |
qemu-arm: Prefix includes with py/; remove need for -I../py.
Diffstat (limited to 'qemu-arm/Makefile')
| -rw-r--r-- | qemu-arm/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qemu-arm/Makefile b/qemu-arm/Makefile index bb0880c86..232220969 100644 --- a/qemu-arm/Makefile +++ b/qemu-arm/Makefile @@ -11,7 +11,6 @@ CROSS_COMPILE = arm-none-eabi- INC = -I. INC += -I.. -INC += -I$(PY_SRC) INC += -I$(BUILD) CFLAGS_CORTEX_M3 = -mthumb -mcpu=cortex-m3 |
