makefile: add include path for arch/common
parent
87f58af294
commit
8536f1fa3b
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@ ifeq ($(ARCH),$(filter $(ARCH),i386 i686))
|
||||||
override ARCH = x86
|
override ARCH = x86
|
||||||
endif
|
endif
|
||||||
|
|
||||||
CFLAGS = -ggdb3 -O2 -Wall -Iarch/${ARCH}
|
CFLAGS = -ggdb3 -O2 -Wall -Iarch/${ARCH} -Iarch/common
|
||||||
|
|
||||||
LIBUCONTEXT_C_SRC = $(wildcard arch/${ARCH}/*.c)
|
LIBUCONTEXT_C_SRC = $(wildcard arch/${ARCH}/*.c)
|
||||||
LIBUCONTEXT_S_SRC = $(wildcard arch/${ARCH}/*.S)
|
LIBUCONTEXT_S_SRC = $(wildcard arch/${ARCH}/*.S)
|
||||||
|
|
Loading…
Reference in New Issue