9 lines
210 B
Plaintext
9 lines
210 B
Plaintext
|
|
CFGFLAGS += -I${QTOP}/arch/linux/common/include/
|
|
CFGFLAGS += -I${QTOP}/arch/linux/posix/gcc
|
|
|
|
|
|
|
|
ARCH_LSCRS = $(wildcard ${QTOP}/arch/linux/posix/gcc/*.c)
|
|
ARCH_LSCRS += $(wildcard ${QTOP}/arch/linux/common/*.c)
|